Color Hex Logo

#e2825b Color Hex

#E2825B
(226,130,91)
0 Favorites   0 Comments

Color spaces of #e2825b

RGB 22613091
HSL0.050.700.62
HSV17°60°89°
CMYK 0.000.420.60   0.11
XYZ41.235032.889314.0725
Yxy32.88930.46750.3729
Hunter Lab57.349227.983325.5957
CIE-Lab64.071233.377236.9345

#e2825b color RGB value is (226,130,91).

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

The process color (four color CMYK) of #e2825b color hex is 0.00, 0.42, 0.60, 0.11. Web safe color of #e2825b is #cc9966. Color #e2825b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000010 01011011
Octal 342 202 133
Decimal 226 130 91
Hex E2 82 5B

RGB Percentages of Color #e2825b

%50.56
%29.08
%20.36

CMYK Percentages of Color #e2825b

%0
%42
%60
%11

Triadic Colors of #e2825b

#e2825b #5be282 #825be2

Analogous Colors of #e2825b

#e2825b #e2c65b #e25b78

Monochromatic Colors of #e2825b

#e2825b

Complementary Color

#e2825b #5bbbe2

#e2825b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2825b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2825b Color CSS Codes

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

#e2825b Text Font Color

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

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


#e2825b Background Color

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

This div background color is #e2825b


#e2825b Border Color

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

This div border color is #e2825b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2825b


Comments

No comments written yet.

Please login to write comment.