Color Hex Logo

#d966ec Color Hex

#D966EC
(217,102,236)
0 Favorites   0 Comments

Color spaces of #d966ec

RGB 217102236
HSL0.810.780.66
HSV291°57°93°
CMYK 0.080.570.00   0.07
XYZ48.507030.310682.6508
Yxy30.31060.30040.1877
Hunter Lab55.055160.9235-50.4699
CIE-Lab61.921363.7015-48.0953

#d966ec color RGB value is (217,102,236).

#d966ec hex color red value is 217, green value is 102 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d966ec hue: 0.81 , saturation: 0.78 and the lightness value of d966ec is 0.66.

The process color (four color CMYK) of #d966ec color hex is 0.08, 0.57, 0.00, 0.07. Web safe color of #d966ec is #cc66ff. Color #d966ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 11101100
Octal 331 146 354
Decimal 217 102 236
Hex D9 66 EC

RGB Percentages of Color #d966ec

%39.10
%18.38
%42.52

CMYK Percentages of Color #d966ec

%8
%57
%0
%7

Triadic Colors of #d966ec

#d966ec #ecd966 #66ecd9

Analogous Colors of #d966ec

#d966ec #ec66bc #9666ec

Monochromatic Colors of #d966ec

#d966ec

Complementary Color

#d966ec #79ec66

#d966ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d966ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d966ec Color CSS Codes

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

#d966ec Text Font Color

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

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


#d966ec Background Color

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

This div background color is #d966ec


#d966ec Border Color

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

This div border color is #d966ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d966ec


Comments

No comments written yet.

Please login to write comment.