Color Hex Logo

#d908cb Color Hex

#D908CB
(217,8,203)
0 Favorites   0 Comments

Color spaces of #d908cb

RGB 2178203
HSL0.840.930.44
HSV304°96°85°
CMYK 0.000.960.06   0.15
XYZ39.481619.237258.1321
Yxy19.23720.33790.1646
Hunter Lab43.860283.9247-47.8805
CIE-Lab50.963684.4326-46.7945

#d908cb color RGB value is (217,8,203).

#d908cb hex color red value is 217, green value is 8 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d908cb hue: 0.84 , saturation: 0.93 and the lightness value of d908cb is 0.44.

The process color (four color CMYK) of #d908cb color hex is 0.00, 0.96, 0.06, 0.15. Web safe color of #d908cb is #cc00cc. Color #d908cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 11001011
Octal 331 10 313
Decimal 217 8 203
Hex D9 8 CB

RGB Percentages of Color #d908cb

%50.70
%1.87
%47.43

CMYK Percentages of Color #d908cb

%0
%96
%6
%15

Triadic Colors of #d908cb

#d908cb #cbd908 #08cbd9

Analogous Colors of #d908cb

#d908cb #d90862 #7f08d9

Monochromatic Colors of #d908cb

#d908cb

Complementary Color

#d908cb #08d916

#d908cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d908cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d908cb Color CSS Codes

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

#d908cb Text Font Color

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

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


#d908cb Background Color

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

This div background color is #d908cb


#d908cb Border Color

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

This div border color is #d908cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d908cb


Comments

No comments written yet.

Please login to write comment.