Color Hex Logo

#e02252 Color Hex

#E02252
(224,34,82)
0 Favorites   0 Comments

Color spaces of #e02252

RGB 2243482
HSL0.960.750.51
HSV345°85°88°
CMYK 0.000.850.63   0.12
XYZ32.835517.60059.6493
Yxy17.60050.54650.2929
Hunter Lab41.952966.289715.7302
CIE-Lab49.007970.630222.9147

#e02252 color RGB value is (224,34,82).

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

The process color (four color CMYK) of #e02252 color hex is 0.00, 0.85, 0.63, 0.12. Web safe color of #e02252 is #cc3366. Color #e02252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100010 01010010
Octal 340 42 122
Decimal 224 34 82
Hex E0 22 52

RGB Percentages of Color #e02252

%65.88
%10.00
%24.12

CMYK Percentages of Color #e02252

%0
%85
%63
%12

Triadic Colors of #e02252

#e02252 #52e022 #2252e0

Analogous Colors of #e02252

#e02252 #e05122 #e022b1

Monochromatic Colors of #e02252

#e02252

Complementary Color

#e02252 #22e0b0

#e02252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02252 Color CSS Codes

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

#e02252 Text Font Color

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

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


#e02252 Background Color

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

This div background color is #e02252


#e02252 Border Color

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

This div border color is #e02252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02252


Comments

No comments written yet.

Please login to write comment.