Color Hex Logo

#e26057 Color Hex

#E26057
(226,96,87)
0 Favorites   0 Comments

Color spaces of #e26057

RGB 2269687
HSL0.010.710.61
HSV62°89°
CMYK 0.000.580.62   0.11
XYZ37.267225.222611.9211
Yxy25.22260.50080.3390
Hunter Lab50.222144.566821.0820
CIE-Lab57.291750.046930.6862

#e26057 color RGB value is (226,96,87).

#e26057 hex color red value is 226, green value is 96 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #e26057 hue: 0.01 , saturation: 0.71 and the lightness value of e26057 is 0.61.

The process color (four color CMYK) of #e26057 color hex is 0.00, 0.58, 0.62, 0.11. Web safe color of #e26057 is #cc6666. Color #e26057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 01010111
Octal 342 140 127
Decimal 226 96 87
Hex E2 60 57

RGB Percentages of Color #e26057

%55.26
%23.47
%21.27

CMYK Percentages of Color #e26057

%0
%58
%62
%11

Triadic Colors of #e26057

#e26057 #57e260 #6057e2

Analogous Colors of #e26057

#e26057 #e2a657 #e25794

Monochromatic Colors of #e26057

#e26057

Complementary Color

#e26057 #57d9e2

#e26057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26057 Color CSS Codes

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

#e26057 Text Font Color

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

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


#e26057 Background Color

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

This div background color is #e26057


#e26057 Border Color

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

This div border color is #e26057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26057


Comments

No comments written yet.

Please login to write comment.