Color Hex Logo

#d811ce Color Hex

#D811CE
(216,17,206)
0 Favorites   0 Comments

Color spaces of #d811ce

RGB 21617206
HSL0.840.850.46
HSV303°92°85°
CMYK 0.000.920.05   0.15
XYZ39.659919.456160.0576
Yxy19.45610.33280.1633
Hunter Lab44.109183.3043-49.8512
CIE-Lab51.216683.9027-48.1302

#d811ce color RGB value is (216,17,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010001 11001110
Octal 330 21 316
Decimal 216 17 206
Hex D8 11 CE

RGB Percentages of Color #d811ce

%49.20
%3.87
%46.92

CMYK Percentages of Color #d811ce

%0
%92
%5
%15

Triadic Colors of #d811ce

#d811ce #ced811 #11ced8

Analogous Colors of #d811ce

#d811ce #d8116b #7f11d8

Monochromatic Colors of #d811ce

#d811ce

Complementary Color

#d811ce #11d81b

#d811ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d811ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d811ce Color CSS Codes

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

#d811ce Text Font Color

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

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


#d811ce Background Color

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

This div background color is #d811ce


#d811ce Border Color

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

This div border color is #d811ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d811ce


Comments

No comments written yet.

Please login to write comment.