Color Hex Logo

#d005cf Color Hex

#D005CF
(208,5,207)
0 Favorites   0 Comments

Color spaces of #d005cf

RGB 2085207
HSL0.830.950.42
HSV300°98°82°
CMYK 0.000.980.00   0.18
XYZ37.329218.023460.5429
Yxy18.02340.32210.1555
Hunter Lab42.454082.6582-54.8347
CIE-Lab49.524583.7290-51.4883

#d005cf color RGB value is (208,5,207).

#d005cf hex color red value is 208, green value is 5 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d005cf hue: 0.83 , saturation: 0.95 and the lightness value of d005cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 11001111
Octal 320 5 317
Decimal 208 5 207
Hex D0 5 CF

RGB Percentages of Color #d005cf

%49.52
%1.19
%49.29

CMYK Percentages of Color #d005cf

%0
%98
%0
%18

Triadic Colors of #d005cf

#d005cf #cfd005 #05cfd0

Analogous Colors of #d005cf

#d005cf #d0056a #6c05d0

Monochromatic Colors of #d005cf

#d005cf

Complementary Color

#d005cf #05d006

#d005cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d005cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d005cf Color CSS Codes

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

#d005cf Text Font Color

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

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


#d005cf Background Color

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

This div background color is #d005cf


#d005cf Border Color

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

This div border color is #d005cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d005cf


Comments

No comments written yet.

Please login to write comment.