Color Hex Logo

#e05259 Color Hex

#E05259
(224,82,89)
0 Favorites   0 Comments

Color spaces of #e05259

RGB 2248289
HSL0.990.700.60
HSV357°63°88°
CMYK 0.000.630.60   0.12
XYZ35.560922.603111.9398
Yxy22.60310.50730.3224
Hunter Lab47.542750.314318.3899
CIE-Lab54.661155.712726.1008

#e05259 color RGB value is (224,82,89).

#e05259 hex color red value is 224, green value is 82 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e05259 hue: 0.99 , saturation: 0.70 and the lightness value of e05259 is 0.60.

The process color (four color CMYK) of #e05259 color hex is 0.00, 0.63, 0.60, 0.12. Web safe color of #e05259 is #cc6666. Color #e05259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 01011001
Octal 340 122 131
Decimal 224 82 89
Hex E0 52 59

RGB Percentages of Color #e05259

%56.71
%20.76
%22.53

CMYK Percentages of Color #e05259

%0
%63
%60
%12

Triadic Colors of #e05259

#e05259 #59e052 #5259e0

Analogous Colors of #e05259

#e05259 #e09252 #e052a0

Monochromatic Colors of #e05259

#e05259

Complementary Color

#e05259 #52e0d9

#e05259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05259 Color CSS Codes

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

#e05259 Text Font Color

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

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


#e05259 Background Color

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

This div background color is #e05259


#e05259 Border Color

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

This div border color is #e05259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05259


Comments

No comments written yet.

Please login to write comment.