Color Hex Logo

#e95abf Color Hex

#E95ABF
(233,90,191)
0 Favorites   0 Comments

Color spaces of #e95abf

RGB 23390191
HSL0.880.760.63
HSV318°61°91°
CMYK 0.000.610.18   0.09
XYZ46.664428.397652.3120
Yxy28.39760.36640.2229
Hunter Lab53.289463.0522-20.9000
CIE-Lab60.246365.7967-25.1837

#e95abf color RGB value is (233,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 10111111
Octal 351 132 277
Decimal 233 90 191
Hex E9 5A BF

RGB Percentages of Color #e95abf

%45.33
%17.51
%37.16

CMYK Percentages of Color #e95abf

%0
%61
%18
%9

Triadic Colors of #e95abf

#e95abf #bfe95a #5abfe9

Analogous Colors of #e95abf

#e95abf #e95a78 #cc5ae9

Monochromatic Colors of #e95abf

#e95abf

Complementary Color

#e95abf #5ae984

#e95abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95abf Color CSS Codes

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

#e95abf Text Font Color

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

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


#e95abf Background Color

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

This div background color is #e95abf


#e95abf Border Color

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

This div border color is #e95abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95abf


Comments

No comments written yet.

Please login to write comment.