color codes Logo

#e93a57 color codes

#E93A57
(233,58,87)
0 Favorites   0 Comments

Color spaces of #e93a57

RGB 2335887
HSL0.970.800.57
HSV350°75°91°
CMYK 0.000.750.63   0.09
XYZ36.837621.037911.1360
Yxy21.03790.53380.3048
Hunter Lab45.867163.092717.7120
CIE-Lab52.990967.172925.4195

#e93a57 color RGB value is (233,58,87).

#e93a57 hex color red value is 233, green value is 58 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #e93a57 hue: 0.97 , saturation: 0.80 and the lightness value of e93a57 is 0.57.

The process color (four color CMYK) of #e93a57 color code is 0.00, 0.75, 0.63, 0.09. Web safe color of #e93a57 is #ff3366. Color #e93a57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 01010111
Octal 351 72 127
Decimal 233 58 87
Hex E9 3A 57

RGB Percentages of Color #e93a57

%61.64
%15.34
%23.02

CMYK Percentages of Color #e93a57

%0
%75
%63
%9

Triadic Colors of #e93a57

#e93a57 #57e93a #3a57e9

Analogous Colors of #e93a57

#e93a57 #e9753a #e93aaf

Monochromatic Colors of #e93a57

#e93a57

Complementary Color

#e93a57 #3ae9cc

#e93a57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93a57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93a57 Color CSS Codes

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

#e93a57 Text Font Color

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

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


#e93a57 Background Color

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

This div background color is #e93a57


#e93a57 Border Color

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

This div border color is #e93a57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93a57


Comments

No comments written yet.

Please login to write comment.