Color Hex Logo

#e26150 Color Hex

#E26150
(226,97,80)
0 Favorites   0 Comments

Color spaces of #e26150

RGB 2269780
HSL0.020.720.60
HSV65°89°
CMYK 0.000.570.65   0.11
XYZ37.086725.297310.5176
Yxy25.29730.50870.3470
Hunter Lab50.296443.600522.8092
CIE-Lab57.364049.143634.7235

#e26150 color RGB value is (226,97,80).

#e26150 hex color red value is 226, green value is 97 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e26150 hue: 0.02 , saturation: 0.72 and the lightness value of e26150 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 01010000
Octal 342 141 120
Decimal 226 97 80
Hex E2 61 50

RGB Percentages of Color #e26150

%56.08
%24.07
%19.85

CMYK Percentages of Color #e26150

%0
%57
%65
%11

Triadic Colors of #e26150

#e26150 #50e261 #6150e2

Analogous Colors of #e26150

#e26150 #e2aa50 #e25088

Monochromatic Colors of #e26150

#e26150

Complementary Color

#e26150 #50d1e2

#e26150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26150 Color CSS Codes

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

#e26150 Text Font Color

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

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


#e26150 Background Color

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

This div background color is #e26150


#e26150 Border Color

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

This div border color is #e26150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26150


Comments

No comments written yet.

Please login to write comment.