Color Hex Logo

#e95581 Color Hex

#E95581
(233,85,129)
0 Favorites   0 Comments

Color spaces of #e95581

RGB 23385129
HSL0.950.770.62
HSV342°64°91°
CMYK 0.000.640.45   0.09
XYZ40.815225.405623.5215
Yxy25.40560.45480.2831
Hunter Lab50.404056.33557.6145
CIE-Lab57.468560.54826.6651

#e95581 color RGB value is (233,85,129).

#e95581 hex color red value is 233, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e95581 hue: 0.95 , saturation: 0.77 and the lightness value of e95581 is 0.62.

The process color (four color CMYK) of #e95581 color hex is 0.00, 0.64, 0.45, 0.09. Web safe color of #e95581 is #ff6699. Color #e95581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 10000001
Octal 351 125 201
Decimal 233 85 129
Hex E9 55 81

RGB Percentages of Color #e95581

%52.13
%19.02
%28.86

CMYK Percentages of Color #e95581

%0
%64
%45
%9

Triadic Colors of #e95581

#e95581 #81e955 #5581e9

Analogous Colors of #e95581

#e95581 #e97355 #e955cb

Monochromatic Colors of #e95581

#e95581

Complementary Color

#e95581 #55e9bd

#e95581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95581 Color CSS Codes

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

#e95581 Text Font Color

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

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


#e95581 Background Color

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

This div background color is #e95581


#e95581 Border Color

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

This div border color is #e95581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95581


Comments

No comments written yet.

Please login to write comment.