Color Hex Logo

#e95aad Color Hex

#E95AAD
(233,90,173)
0 Favorites   0 Comments

Color spaces of #e95aad

RGB 23390173
HSL0.900.760.63
HSV325°61°91°
CMYK 0.000.610.26   0.09
XYZ44.803327.653142.5114
Yxy27.65310.38970.2405
Hunter Lab52.586260.0556-11.1205
CIE-Lab59.574063.3791-15.8767

#e95aad color RGB value is (233,90,173).

#e95aad hex color red value is 233, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e95aad hue: 0.90 , saturation: 0.76 and the lightness value of e95aad is 0.63.

The process color (four color CMYK) of #e95aad color hex is 0.00, 0.61, 0.26, 0.09. Web safe color of #e95aad is #ff6699. Color #e95aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 10101101
Octal 351 132 255
Decimal 233 90 173
Hex E9 5A AD

RGB Percentages of Color #e95aad

%46.98
%18.15
%34.88

CMYK Percentages of Color #e95aad

%0
%61
%26
%9

Triadic Colors of #e95aad

#e95aad #ade95a #5aade9

Analogous Colors of #e95aad

#e95aad #e95a66 #de5ae9

Monochromatic Colors of #e95aad

#e95aad

Complementary Color

#e95aad #5ae996

#e95aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95aad Color CSS Codes

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

#e95aad Text Font Color

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

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


#e95aad Background Color

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

This div background color is #e95aad


#e95aad Border Color

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

This div border color is #e95aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,90,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95aad


Comments

No comments written yet.

Please login to write comment.