Color Hex Logo

#d009cb Color Hex

#D009CB
(208,9,203)
0 Favorites   0 Comments

Color spaces of #d009cb

RGB 2089203
HSL0.840.920.43
HSV302°96°82°
CMYK 0.000.960.02   0.18
XYZ36.889617.917158.0140
Yxy17.91710.32700.1588
Hunter Lab42.328681.4887-51.6307
CIE-Lab49.395482.8424-49.3883

#d009cb color RGB value is (208,9,203).

#d009cb hex color red value is 208, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d009cb hue: 0.84 , saturation: 0.92 and the lightness value of d009cb is 0.43.

The process color (four color CMYK) of #d009cb color hex is 0.00, 0.96, 0.02, 0.18. Web safe color of #d009cb is #cc00cc. Color #d009cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001001 11001011
Octal 320 11 313
Decimal 208 9 203
Hex D0 9 CB

RGB Percentages of Color #d009cb

%49.52
%2.14
%48.33

CMYK Percentages of Color #d009cb

%0
%96
%2
%18

Triadic Colors of #d009cb

#d009cb #cbd009 #09cbd0

Analogous Colors of #d009cb

#d009cb #d00968 #7209d0

Monochromatic Colors of #d009cb

#d009cb

Complementary Color

#d009cb #09d00e

#d009cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d009cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d009cb Color CSS Codes

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

#d009cb Text Font Color

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

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


#d009cb Background Color

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

This div background color is #d009cb


#d009cb Border Color

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

This div border color is #d009cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d009cb


Comments

No comments written yet.

Please login to write comment.