Color Hex Logo

#e0245f Color Hex

#E0245F
(224,36,95)
0 Favorites   0 Comments

Color spaces of #e0245f

RGB 2243695
HSL0.950.750.51
HSV341°84°88°
CMYK 0.000.840.58   0.12
XYZ33.436917.935312.5260
Yxy17.93530.52330.2807
Hunter Lab42.350166.819412.1087
CIE-Lab49.417570.993615.5184

#e0245f color RGB value is (224,36,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 01011111
Octal 340 44 137
Decimal 224 36 95
Hex E0 24 5F

RGB Percentages of Color #e0245f

%63.10
%10.14
%26.76

CMYK Percentages of Color #e0245f

%0
%84
%58
%12

Triadic Colors of #e0245f

#e0245f #5fe024 #245fe0

Analogous Colors of #e0245f

#e0245f #e04724 #e024bd

Monochromatic Colors of #e0245f

#e0245f

Complementary Color

#e0245f #24e0a5

#e0245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0245f Color CSS Codes

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

#e0245f Text Font Color

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

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


#e0245f Background Color

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

This div background color is #e0245f


#e0245f Border Color

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

This div border color is #e0245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0245f


Comments

No comments written yet.

Please login to write comment.