Color Hex Logo

#d95aec Color Hex

#D95AEC
(217,90,236)
0 Favorites   0 Comments

Color spaces of #d95aec

RGB 21790236
HSL0.810.790.64
HSV292°62°93°
CMYK 0.080.620.00   0.07
XYZ47.411828.120282.2857
Yxy28.12020.30040.1782
Hunter Lab53.028566.7938-54.8819
CIE-Lab59.997268.9651-51.1437

#d95aec color RGB value is (217,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011010 11101100
Octal 331 132 354
Decimal 217 90 236
Hex D9 5A EC

RGB Percentages of Color #d95aec

%39.96
%16.57
%43.46

CMYK Percentages of Color #d95aec

%8
%62
%0
%7

Triadic Colors of #d95aec

#d95aec #ecd95a #5aecd9

Analogous Colors of #d95aec

#d95aec #ec5ab6 #905aec

Monochromatic Colors of #d95aec

#d95aec

Complementary Color

#d95aec #6dec5a

#d95aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95aec Color CSS Codes

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

#d95aec Text Font Color

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

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


#d95aec Background Color

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

This div background color is #d95aec


#d95aec Border Color

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

This div border color is #d95aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95aec


Comments

No comments written yet.

Please login to write comment.