Color Hex Logo

#e95780 Color Hex

#E95780
(233,87,128)
0 Favorites   0 Comments

Color spaces of #e95780

RGB 23387128
HSL0.950.770.63
HSV343°63°91°
CMYK 0.000.630.45   0.09
XYZ40.908725.698523.2263
Yxy25.69850.45540.2861
Hunter Lab50.693755.33178.3207
CIE-Lab57.749859.62377.6542

#e95780 color RGB value is (233,87,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010111 10000000
Octal 351 127 200
Decimal 233 87 128
Hex E9 57 80

RGB Percentages of Color #e95780

%52.01
%19.42
%28.57

CMYK Percentages of Color #e95780

%0
%63
%45
%9

Triadic Colors of #e95780

#e95780 #80e957 #5780e9

Analogous Colors of #e95780

#e95780 #e97757 #e957c9

Monochromatic Colors of #e95780

#e95780

Complementary Color

#e95780 #57e9c0

#e95780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95780 Color CSS Codes

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

#e95780 Text Font Color

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

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


#e95780 Background Color

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

This div background color is #e95780


#e95780 Border Color

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

This div border color is #e95780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95780


Comments

No comments written yet.

Please login to write comment.