Color Hex Logo

#d008ce Color Hex

#D008CE
(208,8,206)
0 Favorites   0 Comments

Color spaces of #d008ce

RGB 2088206
HSL0.840.930.42
HSV301°96°82°
CMYK 0.000.960.01   0.18
XYZ37.239818.039859.9118
Yxy18.03980.32330.1566
Hunter Lab42.473382.1773-53.9018
CIE-Lab49.544383.3509-50.8806

#d008ce color RGB value is (208,8,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 11001110
Octal 320 10 316
Decimal 208 8 206
Hex D0 8 CE

RGB Percentages of Color #d008ce

%49.29
%1.90
%48.82

CMYK Percentages of Color #d008ce

%0
%96
%1
%18

Triadic Colors of #d008ce

#d008ce #ced008 #08ced0

Analogous Colors of #d008ce

#d008ce #d0086a #6e08d0

Monochromatic Colors of #d008ce

#d008ce

Complementary Color

#d008ce #08d00a

#d008ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d008ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d008ce Color CSS Codes

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

#d008ce Text Font Color

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

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


#d008ce Background Color

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

This div background color is #d008ce


#d008ce Border Color

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

This div border color is #d008ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d008ce


Comments

No comments written yet.

Please login to write comment.