Color Hex Logo

#d966ee Color Hex

#D966EE
(217,102,238)
0 Favorites   0 Comments

Color spaces of #d966ee

RGB 217102238
HSL0.810.800.67
HSV291°57°93°
CMYK 0.090.570.00   0.07
XYZ48.799330.427584.1900
Yxy30.42750.29860.1862
Hunter Lab55.161161.3813-51.8789
CIE-Lab62.021364.0713-49.0484

#d966ee color RGB value is (217,102,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 11101110
Octal 331 146 356
Decimal 217 102 238
Hex D9 66 EE

RGB Percentages of Color #d966ee

%38.96
%18.31
%42.73

CMYK Percentages of Color #d966ee

%9
%57
%0
%7

Triadic Colors of #d966ee

#d966ee #eed966 #66eed9

Analogous Colors of #d966ee

#d966ee #ee66bf #9566ee

Monochromatic Colors of #d966ee

#d966ee

Complementary Color

#d966ee #7bee66

#d966ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d966ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d966ee Color CSS Codes

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

#d966ee Text Font Color

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

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


#d966ee Background Color

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

This div background color is #d966ee


#d966ee Border Color

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

This div border color is #d966ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d966ee


Comments

No comments written yet.

Please login to write comment.