Color Hex Logo

#e0235e Color Hex

#E0235E
(224,35,94)
0 Favorites   0 Comments

Color spaces of #e0235e

RGB 2243594
HSL0.950.750.51
HSV341°84°88°
CMYK 0.000.840.58   0.12
XYZ33.361917.857512.2782
Yxy17.85750.52540.2812
Hunter Lab42.258166.970212.3538
CIE-Lab49.322871.137816.0008

#e0235e color RGB value is (224,35,94).

#e0235e hex color red value is 224, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e0235e hue: 0.95 , saturation: 0.75 and the lightness value of e0235e is 0.51.

The process color (four color CMYK) of #e0235e color hex is 0.00, 0.84, 0.58, 0.12. Web safe color of #e0235e is #cc3366. Color #e0235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 01011110
Octal 340 43 136
Decimal 224 35 94
Hex E0 23 5E

RGB Percentages of Color #e0235e

%63.46
%9.92
%26.63

CMYK Percentages of Color #e0235e

%0
%84
%58
%12

Triadic Colors of #e0235e

#e0235e #5ee023 #235ee0

Analogous Colors of #e0235e

#e0235e #e04723 #e023bd

Monochromatic Colors of #e0235e

#e0235e

Complementary Color

#e0235e #23e0a5

#e0235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0235e Color CSS Codes

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

#e0235e Text Font Color

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

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


#e0235e Background Color

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

This div background color is #e0235e


#e0235e Border Color

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

This div border color is #e0235e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,35,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0235e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0235e;
  -webkit-box-shadow: 1px 1px 3px 2px #e0235e;
  box-shadow:         1px 1px 3px 2px #e0235e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,35,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0235e


Comments

No comments written yet.

Please login to write comment.