color codes Logo

#d00e9f color codes

#D00E9F
(208,14,159)
0 Favorites   0 Comments

Color spaces of #d00e9f

RGB 20814159
HSL0.880.870.44
HSV315°93°82°
CMYK 0.000.930.24   0.18
XYZ32.427516.227234.2239
Yxy16.22720.39130.1958
Hunter Lab40.283073.1959-22.1739
CIE-Lab47.271276.6570-26.8954

#d00e9f color RGB value is (208,14,159).

#d00e9f hex color red value is 208, green value is 14 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d00e9f hue: 0.88 , saturation: 0.87 and the lightness value of d00e9f is 0.44.

The process color (four color CMYK) of #d00e9f color code is 0.00, 0.93, 0.24, 0.18. Web safe color of #d00e9f is #cc0099. Color #d00e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001110 10011111
Octal 320 16 237
Decimal 208 14 159
Hex D0 E 9F

RGB Percentages of Color #d00e9f

%54.59
%3.67
%41.73

CMYK Percentages of Color #d00e9f

%0
%93
%24
%18

Triadic Colors of #d00e9f

#d00e9f #9fd00e #0e9fd0

Analogous Colors of #d00e9f

#d00e9f #d00e3e #a00ed0

Monochromatic Colors of #d00e9f

#d00e9f

Complementary Color

#d00e9f #0ed03f

#d00e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00e9f Color CSS Codes

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

#d00e9f Text Font Color

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

This sample text font color is #d00e9f
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.


#d00e9f Background Color

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

This div background color is #d00e9f


#d00e9f Border Color

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

This div border color is #d00e9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,14,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 #d00e9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00e9f


Comments

No comments written yet.

Please login to write comment.