Color Hex Logo

#d966fe Color Hex

#D966FE
(217,102,254)
0 Favorites   0 Comments

Color spaces of #d966fe

RGB 217102254
HSL0.790.990.70
HSV285°60°100°
CMYK 0.150.600.00   0.00
XYZ51.256031.410297.1272
Yxy31.41020.28510.1747
Hunter Lab56.044865.1695-63.5199
CIE-Lab62.852467.0981-56.5740

#d966fe color RGB value is (217,102,254).

#d966fe hex color red value is 217, green value is 102 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d966fe hue: 0.79 , saturation: 0.99 and the lightness value of d966fe is 0.70.

The process color (four color CMYK) of #d966fe color hex is 0.15, 0.60, 0.00, 0.00. Web safe color of #d966fe is #cc66ff. Color #d966fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 11111110
Octal 331 146 376
Decimal 217 102 254
Hex D9 66 FE

RGB Percentages of Color #d966fe

%37.87
%17.80
%44.33

CMYK Percentages of Color #d966fe

%15
%60
%0
%0

Triadic Colors of #d966fe

#d966fe #fed966 #66fed9

Analogous Colors of #d966fe

#d966fe #fe66d7 #8d66fe

Monochromatic Colors of #d966fe

#d966fe

Complementary Color

#d966fe #8bfe66

#d966fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d966fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d966fe Color CSS Codes

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

#d966fe Text Font Color

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

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


#d966fe Background Color

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

This div background color is #d966fe


#d966fe Border Color

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

This div border color is #d966fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d966fe


Comments

No comments written yet.

Please login to write comment.