Color Hex Logo

#d86ecc Color Hex

#D86ECC
(216,110,204)
0 Favorites   0 Comments

Color spaces of #d86ecc

RGB 216110204
HSL0.850.580.64
HSV307°49°85°
CMYK 0.000.490.06   0.15
XYZ44.793930.110460.5777
Yxy30.11040.33060.2222
Hunter Lab54.872949.6855-27.0429
CIE-Lab61.749453.9755-30.4424

#d86ecc color RGB value is (216,110,204).

#d86ecc hex color red value is 216, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d86ecc hue: 0.85 , saturation: 0.58 and the lightness value of d86ecc is 0.64.

The process color (four color CMYK) of #d86ecc color hex is 0.00, 0.49, 0.06, 0.15. Web safe color of #d86ecc is #cc66cc. Color #d86ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101110 11001100
Octal 330 156 314
Decimal 216 110 204
Hex D8 6E CC

RGB Percentages of Color #d86ecc

%40.75
%20.75
%38.49

CMYK Percentages of Color #d86ecc

%0
%49
%6
%15

Triadic Colors of #d86ecc

#d86ecc #ccd86e #6eccd8

Analogous Colors of #d86ecc

#d86ecc #d86e97 #af6ed8

Monochromatic Colors of #d86ecc

#d86ecc

Complementary Color

#d86ecc #6ed87a

#d86ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86ecc Color CSS Codes

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

#d86ecc Text Font Color

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

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


#d86ecc Background Color

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

This div background color is #d86ecc


#d86ecc Border Color

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

This div border color is #d86ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,110,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d86ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86ecc


Comments

No comments written yet.

Please login to write comment.