Color Hex Logo

#e95daa Color Hex

#E95DAA
(233,93,170)
0 Favorites   0 Comments

Color spaces of #e95daa

RGB 23393170
HSL0.910.760.64
HSV327°60°91°
CMYK 0.000.600.27   0.09
XYZ44.774328.054641.0854
Yxy28.05460.39310.2463
Hunter Lab52.966658.2000-8.9138
CIE-Lab59.938061.7262-13.5961

#e95daa color RGB value is (233,93,170).

#e95daa hex color red value is 233, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e95daa hue: 0.91 , saturation: 0.76 and the lightness value of e95daa is 0.64.

The process color (four color CMYK) of #e95daa color hex is 0.00, 0.60, 0.27, 0.09. Web safe color of #e95daa is #ff6699. Color #e95daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 10101010
Octal 351 135 252
Decimal 233 93 170
Hex E9 5D AA

RGB Percentages of Color #e95daa

%46.98
%18.75
%34.27

CMYK Percentages of Color #e95daa

%0
%60
%27
%9

Triadic Colors of #e95daa

#e95daa #aae95d #5daae9

Analogous Colors of #e95daa

#e95daa #e95d64 #e25de9

Monochromatic Colors of #e95daa

#e95daa

Complementary Color

#e95daa #5de99c

#e95daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95daa Color CSS Codes

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

#e95daa Text Font Color

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

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


#e95daa Background Color

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

This div background color is #e95daa


#e95daa Border Color

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

This div border color is #e95daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95daa


Comments

No comments written yet.

Please login to write comment.