Color Hex Logo

#e2583a Color Hex

#E2583A
(226,88,58)
0 Favorites   0 Comments

Color spaces of #e2583a

RGB 2268858
HSL0.030.740.56
HSV11°74°89°
CMYK 0.000.610.74   0.11
XYZ35.617523.45376.6528
Yxy23.45370.54190.3569
Hunter Lab48.429046.528425.7555
CIE-Lab55.536652.130144.5659

#e2583a color RGB value is (226,88,58).

#e2583a hex color red value is 226, green value is 88 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e2583a hue: 0.03 , saturation: 0.74 and the lightness value of e2583a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011000 00111010
Octal 342 130 72
Decimal 226 88 58
Hex E2 58 3A

RGB Percentages of Color #e2583a

%60.75
%23.66
%15.59

CMYK Percentages of Color #e2583a

%0
%61
%74
%11

Triadic Colors of #e2583a

#e2583a #3ae258 #583ae2

Analogous Colors of #e2583a

#e2583a #e2ac3a #e23a70

Monochromatic Colors of #e2583a

#e2583a

Complementary Color

#e2583a #3ac4e2

#e2583a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2583a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2583a Color CSS Codes

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

#e2583a Text Font Color

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

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


#e2583a Background Color

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

This div background color is #e2583a


#e2583a Border Color

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

This div border color is #e2583a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2583a


Comments

No comments written yet.

Please login to write comment.