Color Hex Logo

#d866ca Color Hex

#D866CA
(216,102,202)
0 Favorites   0 Comments

Color spaces of #d866ca

RGB 216102202
HSL0.850.590.62
HSV307°53°85°
CMYK 0.000.530.06   0.15
XYZ43.730928.365959.0474
Yxy28.36590.33350.2163
Hunter Lab53.259653.3600-28.4513
CIE-Lab60.217957.4741-31.6860

#d866ca color RGB value is (216,102,202).

#d866ca hex color red value is 216, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d866ca hue: 0.85 , saturation: 0.59 and the lightness value of d866ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 11001010
Octal 330 146 312
Decimal 216 102 202
Hex D8 66 CA

RGB Percentages of Color #d866ca

%41.54
%19.62
%38.85

CMYK Percentages of Color #d866ca

%0
%53
%6
%15

Triadic Colors of #d866ca

#d866ca #cad866 #66cad8

Analogous Colors of #d866ca

#d866ca #d86691 #ad66d8

Monochromatic Colors of #d866ca

#d866ca

Complementary Color

#d866ca #66d874

#d866ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d866ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d866ca Color CSS Codes

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

#d866ca Text Font Color

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

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


#d866ca Background Color

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

This div background color is #d866ca


#d866ca Border Color

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

This div border color is #d866ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d866ca


Comments

No comments written yet.

Please login to write comment.