Color Hex Logo

#e95acc Color Hex

#E95ACC
(233,90,204)
0 Favorites   0 Comments

Color spaces of #e95acc

RGB 23390204
HSL0.870.760.63
HSV312°61°91°
CMYK 0.000.610.12   0.09
XYZ48.159528.995660.1852
Yxy28.99560.35070.2111
Hunter Lab53.847665.4113-28.5749
CIE-Lab60.777767.6742-31.7616

#e95acc color RGB value is (233,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 11001100
Octal 351 132 314
Decimal 233 90 204
Hex E9 5A CC

RGB Percentages of Color #e95acc

%44.21
%17.08
%38.71

CMYK Percentages of Color #e95acc

%0
%61
%12
%9

Triadic Colors of #e95acc

#e95acc #cce95a #5acce9

Analogous Colors of #e95acc

#e95acc #e95a85 #bf5ae9

Monochromatic Colors of #e95acc

#e95acc

Complementary Color

#e95acc #5ae977

#e95acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95acc Color CSS Codes

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

#e95acc Text Font Color

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

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


#e95acc Background Color

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

This div background color is #e95acc


#e95acc Border Color

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

This div border color is #e95acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95acc


Comments

No comments written yet.

Please login to write comment.