Color Hex Logo

#e26f59 Color Hex

#E26F59
(226,111,89)
0 Favorites   0 Comments

Color spaces of #e26f59

RGB 22611189
HSL0.030.700.62
HSV10°61°89°
CMYK 0.000.510.61   0.11
XYZ38.851628.258912.8580
Yxy28.25890.48580.3534
Hunter Lab53.159137.429222.8704
CIE-Lab60.121942.962033.1224

#e26f59 color RGB value is (226,111,89).

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

The process color (four color CMYK) of #e26f59 color hex is 0.00, 0.51, 0.61, 0.11. Web safe color of #e26f59 is #cc6666. Color #e26f59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101111 01011001
Octal 342 157 131
Decimal 226 111 89
Hex E2 6F 59

RGB Percentages of Color #e26f59

%53.05
%26.06
%20.89

CMYK Percentages of Color #e26f59

%0
%51
%61
%11

Triadic Colors of #e26f59

#e26f59 #59e26f #6f59e2

Analogous Colors of #e26f59

#e26f59 #e2b459 #e25988

Monochromatic Colors of #e26f59

#e26f59

Complementary Color

#e26f59 #59cce2

#e26f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26f59 Color CSS Codes

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

#e26f59 Text Font Color

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

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


#e26f59 Background Color

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

This div background color is #e26f59


#e26f59 Border Color

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

This div border color is #e26f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26f59


Comments

No comments written yet.

Please login to write comment.