Color Hex Logo

#d5029f Color Hex

#D5029F
(213,2,159)
0 Favorites   0 Comments

Color spaces of #d5029f

RGB 2132159
HSL0.880.980.42
HSV315°99°84°
CMYK 0.000.990.25   0.16
XYZ33.720316.692834.2457
Yxy16.69280.39830.1972
Hunter Lab40.856875.8217-21.0964
CIE-Lab47.870678.6558-25.8907

#d5029f color RGB value is (213,2,159).

#d5029f hex color red value is 213, green value is 2 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d5029f hue: 0.88 , saturation: 0.98 and the lightness value of d5029f is 0.42.

The process color (four color CMYK) of #d5029f color hex is 0.00, 0.99, 0.25, 0.16. Web safe color of #d5029f is #cc0099. Color #d5029f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000010 10011111
Octal 325 2 237
Decimal 213 2 159
Hex D5 2 9F

RGB Percentages of Color #d5029f

%56.95
%0.53
%42.51

CMYK Percentages of Color #d5029f

%0
%99
%25
%16

Triadic Colors of #d5029f

#d5029f #9fd502 #029fd5

Analogous Colors of #d5029f

#d5029f #d50235 #a202d5

Monochromatic Colors of #d5029f

#d5029f

Complementary Color

#d5029f #02d538

#d5029f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5029f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5029f Color CSS Codes

.mybgcolor {background-color:#d5029f; } 
.myforecolor {color:#d5029f; }
.mybordercolor {border:3px solid #d5029f; }

#d5029f Text Font Color

<p style="color:#d5029f">Text here</p>

This sample text font color is #d5029f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d5029f Background Color

<div style="background-color:#d5029f">
Div content here</div>

This div background color is #d5029f


#d5029f Border Color

<div style="border:3px solid #d5029f">
Div here</div>

This div border color is #d5029f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,2,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5029f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5029f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5029f;
  box-shadow:         1px 1px 3px 2px #d5029f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,2,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5029f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d5029f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5029f;
  box-shadow:         1px 1px 3px 2px #d5029f;">
Div content here</div>

This div box has shadow with color #d5029f


Comments

No comments written yet.

Please login to write comment.