Color Hex Logo

#e25949 Color Hex

#E25949
(226,89,73)
0 Favorites   0 Comments

Color spaces of #e25949

RGB 2268973
HSL0.020.730.59
HSV68°89°
CMYK 0.000.610.68   0.11
XYZ36.139023.79458.9914
Yxy23.79450.52430.3452
Hunter Lab48.779646.879723.2170
CIE-Lab55.881552.394636.8400

#e25949 color RGB value is (226,89,73).

#e25949 hex color red value is 226, green value is 89 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e25949 hue: 0.02 , saturation: 0.73 and the lightness value of e25949 is 0.59.

The process color (four color CMYK) of #e25949 color hex is 0.00, 0.61, 0.68, 0.11. Web safe color of #e25949 is #cc6633. Color #e25949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 01001001
Octal 342 131 111
Decimal 226 89 73
Hex E2 59 49

RGB Percentages of Color #e25949

%58.25
%22.94
%18.81

CMYK Percentages of Color #e25949

%0
%61
%68
%11

Triadic Colors of #e25949

#e25949 #49e259 #5949e2

Analogous Colors of #e25949

#e25949 #e2a649 #e24986

Monochromatic Colors of #e25949

#e25949

Complementary Color

#e25949 #49d2e2

#e25949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25949 Color CSS Codes

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

#e25949 Text Font Color

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

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


#e25949 Background Color

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

This div background color is #e25949


#e25949 Border Color

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

This div border color is #e25949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25949


Comments

No comments written yet.

Please login to write comment.