Color Hex Logo

#d007cf Color Hex

#D007CF
(208,7,207)
0 Favorites   0 Comments

Color spaces of #d007cf

RGB 2087207
HSL0.830.930.42
HSV300°97°82°
CMYK 0.000.970.00   0.18
XYZ37.350918.066860.5501
Yxy18.06680.32210.1558
Hunter Lab42.505182.4713-54.7074
CIE-Lab49.577083.5735-51.4042

#d007cf color RGB value is (208,7,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11001111
Octal 320 7 317
Decimal 208 7 207
Hex D0 7 CF

RGB Percentages of Color #d007cf

%49.29
%1.66
%49.05

CMYK Percentages of Color #d007cf

%0
%97
%0
%18

Triadic Colors of #d007cf

#d007cf #cfd007 #07cfd0

Analogous Colors of #d007cf

#d007cf #d0076b #6d07d0

Monochromatic Colors of #d007cf

#d007cf

Complementary Color

#d007cf #07d008

#d007cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007cf Color CSS Codes

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

#d007cf Text Font Color

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

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


#d007cf Background Color

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

This div background color is #d007cf


#d007cf Border Color

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

This div border color is #d007cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007cf


Comments

No comments written yet.

Please login to write comment.