Color Hex Logo

#d007ce Color Hex

#D007CE
(208,7,206)
0 Favorites   0 Comments

Color spaces of #d007ce

RGB 2087206
HSL0.830.930.42
HSV301°97°82°
CMYK 0.000.970.01   0.18
XYZ37.229018.018159.9082
Yxy18.01810.32330.1565
Hunter Lab42.447782.2708-53.9650
CIE-Lab49.518183.4288-50.9227

#d007ce color RGB value is (208,7,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11001110
Octal 320 7 316
Decimal 208 7 206
Hex D0 7 CE

RGB Percentages of Color #d007ce

%49.41
%1.66
%48.93

CMYK Percentages of Color #d007ce

%0
%97
%1
%18

Triadic Colors of #d007ce

#d007ce #ced007 #07ced0

Analogous Colors of #d007ce

#d007ce #d0076a #6e07d0

Monochromatic Colors of #d007ce

#d007ce

Complementary Color

#d007ce #07d009

#d007ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007ce Color CSS Codes

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

#d007ce Text Font Color

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

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


#d007ce Background Color

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

This div background color is #d007ce


#d007ce Border Color

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

This div border color is #d007ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007ce


Comments

No comments written yet.

Please login to write comment.