Color Hex Logo

#e95abc Color Hex

#E95ABC
(233,90,188)
0 Favorites   0 Comments

Color spaces of #e95abc

RGB 23390188
HSL0.890.760.63
HSV319°61°91°
CMYK 0.000.610.19   0.09
XYZ46.337528.266850.5907
Yxy28.26680.37010.2258
Hunter Lab53.166562.5310-19.2009
CIE-Lab60.129065.3788-23.6486

#e95abc color RGB value is (233,90,188).

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

The process color (four color CMYK) of #e95abc color hex is 0.00, 0.61, 0.19, 0.09. Web safe color of #e95abc is #ff66cc. Color #e95abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 10111100
Octal 351 132 274
Decimal 233 90 188
Hex E9 5A BC

RGB Percentages of Color #e95abc

%45.60
%17.61
%36.79

CMYK Percentages of Color #e95abc

%0
%61
%19
%9

Triadic Colors of #e95abc

#e95abc #bce95a #5abce9

Analogous Colors of #e95abc

#e95abc #e95a75 #cf5ae9

Monochromatic Colors of #e95abc

#e95abc

Complementary Color

#e95abc #5ae987

#e95abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95abc Color CSS Codes

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

#e95abc Text Font Color

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

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


#e95abc Background Color

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

This div background color is #e95abc


#e95abc Border Color

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

This div border color is #e95abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95abc


Comments

No comments written yet.

Please login to write comment.