Color Hex Logo

#e5625a Color Hex

#E5625A
(229,98,90)
0 Favorites   0 Comments

Color spaces of #e5625a

RGB 2299890
HSL0.010.730.63
HSV61°90°
CMYK 0.000.570.61   0.10
XYZ38.526226.131612.6862
Yxy26.13160.49810.3379
Hunter Lab51.119145.069221.0694
CIE-Lab58.161850.372130.1818

#e5625a color RGB value is (229,98,90).

#e5625a hex color red value is 229, green value is 98 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e5625a hue: 0.01 , saturation: 0.73 and the lightness value of e5625a is 0.63.

The process color (four color CMYK) of #e5625a color hex is 0.00, 0.57, 0.61, 0.10. Web safe color of #e5625a is #cc6666. Color #e5625a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 01011010
Octal 345 142 132
Decimal 229 98 90
Hex E5 62 5A

RGB Percentages of Color #e5625a

%54.92
%23.50
%21.58

CMYK Percentages of Color #e5625a

%0
%57
%61
%10

Triadic Colors of #e5625a

#e5625a #5ae562 #625ae5

Analogous Colors of #e5625a

#e5625a #e5a85a #e55a98

Monochromatic Colors of #e5625a

#e5625a

Complementary Color

#e5625a #5adde5

#e5625a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5625a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5625a Color CSS Codes

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

#e5625a Text Font Color

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

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


#e5625a Background Color

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

This div background color is #e5625a


#e5625a Border Color

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

This div border color is #e5625a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5625a


Comments

No comments written yet.

Please login to write comment.