Color Hex Logo

#d96aec Color Hex

#D96AEC
(217,106,236)
0 Favorites   0 Comments

Color spaces of #d96aec

RGB 217106236
HSL0.810.770.67
HSV291°55°93°
CMYK 0.080.550.00   0.07
XYZ48.909631.115982.7850
Yxy31.11590.30040.1911
Hunter Lab55.781658.8918-48.9446
CIE-Lab62.605461.8554-47.0146

#d96aec color RGB value is (217,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101010 11101100
Octal 331 152 354
Decimal 217 106 236
Hex D9 6A EC

RGB Percentages of Color #d96aec

%38.82
%18.96
%42.22

CMYK Percentages of Color #d96aec

%8
%55
%0
%7

Triadic Colors of #d96aec

#d96aec #ecd96a #6aecd9

Analogous Colors of #d96aec

#d96aec #ec6abe #986aec

Monochromatic Colors of #d96aec

#d96aec

Complementary Color

#d96aec #7dec6a

#d96aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96aec Color CSS Codes

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

#d96aec Text Font Color

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

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


#d96aec Background Color

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

This div background color is #d96aec


#d96aec Border Color

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

This div border color is #d96aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,106,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 #d96aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96aec


Comments

No comments written yet.

Please login to write comment.