Color Hex Logo

#e2625a Color Hex

#E2625A
(226,98,90)
0 Favorites   0 Comments

Color spaces of #e2625a

RGB 2269890
HSL0.010.700.62
HSV60°89°
CMYK 0.000.570.60   0.11
XYZ37.577225.642312.6418
Yxy25.64230.49530.3380
Hunter Lab50.638243.842920.6450
CIE-Lab57.696049.316229.4927

#e2625a color RGB value is (226,98,90).

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

The process color (four color CMYK) of #e2625a color hex is 0.00, 0.57, 0.60, 0.11. Web safe color of #e2625a is #cc6666. Color #e2625a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100010 01011010
Octal 342 142 132
Decimal 226 98 90
Hex E2 62 5A

RGB Percentages of Color #e2625a

%54.59
%23.67
%21.74

CMYK Percentages of Color #e2625a

%0
%57
%60
%11

Triadic Colors of #e2625a

#e2625a #5ae262 #625ae2

Analogous Colors of #e2625a

#e2625a #e2a65a #e25a96

Monochromatic Colors of #e2625a

#e2625a

Complementary Color

#e2625a #5adae2

#e2625a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2625a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2625a Color CSS Codes

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

#e2625a Text Font Color

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

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


#e2625a Background Color

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

This div background color is #e2625a


#e2625a Border Color

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

This div border color is #e2625a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2625a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2625a


Comments

No comments written yet.

Please login to write comment.