Color Hex Logo

#e52742 Color Hex

#E52742
(229,39,66)
0 Favorites   0 Comments

Color spaces of #e52742

RGB 2293966
HSL0.980.790.53
HSV351°83°90°
CMYK 0.000.830.71   0.10
XYZ34.022018.50246.9324
Yxy18.50240.57220.3112
Hunter Lab43.014465.908320.5546
CIE-Lab50.099970.099434.1037

#e52742 color RGB value is (229,39,66).

#e52742 hex color red value is 229, green value is 39 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e52742 hue: 0.98 , saturation: 0.79 and the lightness value of e52742 is 0.53.

The process color (four color CMYK) of #e52742 color hex is 0.00, 0.83, 0.71, 0.10. Web safe color of #e52742 is #cc3333. Color #e52742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100111 01000010
Octal 345 47 102
Decimal 229 39 66
Hex E5 27 42

RGB Percentages of Color #e52742

%68.56
%11.68
%19.76

CMYK Percentages of Color #e52742

%0
%83
%71
%10

Triadic Colors of #e52742

#e52742 #42e527 #2742e5

Analogous Colors of #e52742

#e52742 #e56b27 #e527a1

Monochromatic Colors of #e52742

#e52742

Complementary Color

#e52742 #27e5ca

#e52742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52742 Color CSS Codes

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

#e52742 Text Font Color

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

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


#e52742 Background Color

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

This div background color is #e52742


#e52742 Border Color

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

This div border color is #e52742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,39,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e52742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e52742;
  -webkit-box-shadow: 1px 1px 3px 2px #e52742;
  box-shadow:         1px 1px 3px 2px #e52742; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,39,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52742


Comments

No comments written yet.

Please login to write comment.