Color Hex Logo

#d801ce Color Hex

#D801CE
(216,1,206)
0 Favorites   0 Comments

Color spaces of #d801ce

RGB 2161206
HSL0.840.990.43
HSV303°100°85°
CMYK 0.001.000.05   0.15
XYZ39.470319.076959.9944
Yxy19.07690.33300.1609
Hunter Lab43.677184.8726-50.8661
CIE-Lab50.777185.2009-48.8305

#d801ce color RGB value is (216,1,206).

#d801ce hex color red value is 216, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d801ce hue: 0.84 , saturation: 0.99 and the lightness value of d801ce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000001 11001110
Octal 330 1 316
Decimal 216 1 206
Hex D8 1 CE

RGB Percentages of Color #d801ce

%51.06
%0.24
%48.70

CMYK Percentages of Color #d801ce

%0
%100
%5
%15

Triadic Colors of #d801ce

#d801ce #ced801 #01ced8

Analogous Colors of #d801ce

#d801ce #d80163 #7701d8

Monochromatic Colors of #d801ce

#d801ce

Complementary Color

#d801ce #01d80b

#d801ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d801ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d801ce Color CSS Codes

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

#d801ce Text Font Color

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

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


#d801ce Background Color

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

This div background color is #d801ce


#d801ce Border Color

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

This div border color is #d801ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d801ce


Comments

No comments written yet.

Please login to write comment.