Color Hex Logo

#d000cf Color Hex

#D000CF
(208,0,207)
0 Favorites   0 Comments

Color spaces of #d000cf

RGB 2080207
HSL0.831.000.41
HSV300°100°82°
CMYK 0.001.000.00   0.18
XYZ37.274917.914960.5248
Yxy17.91490.32210.1548
Hunter Lab42.326083.1277-55.1546
CIE-Lab49.392784.1193-51.6991

#d000cf color RGB value is (208,0,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 11001111
Octal 320 0 317
Decimal 208 0 207
Hex D0 0 CF

RGB Percentages of Color #d000cf

%50.12
%0.00
%49.88

CMYK Percentages of Color #d000cf

%0
%100
%0
%18

Triadic Colors of #d000cf

#d000cf #cfd000 #00cfd0

Analogous Colors of #d000cf

#d000cf #d00067 #6900d0

Monochromatic Colors of #d000cf

#d000cf

Complementary Color

#d000cf #00d001

#d000cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000cf Color CSS Codes

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

#d000cf Text Font Color

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

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


#d000cf Background Color

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

This div background color is #d000cf


#d000cf Border Color

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

This div border color is #d000cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000cf


Comments

No comments written yet.

Please login to write comment.