Color Hex Logo

#e27040 Color Hex

#E27040
(226,112,64)
0 Favorites   0 Comments

Color spaces of #e27040

RGB 22611264
HSL0.050.740.57
HSV18°72°89°
CMYK 0.000.500.72   0.11
XYZ38.083628.12738.2724
Yxy28.12730.51130.3776
Hunter Lab53.035235.366127.8766
CIE-Lab60.003641.010746.3334

#e27040 color RGB value is (226,112,64).

#e27040 hex color red value is 226, green value is 112 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e27040 hue: 0.05 , saturation: 0.74 and the lightness value of e27040 is 0.57.

The process color (four color CMYK) of #e27040 color hex is 0.00, 0.50, 0.72, 0.11. Web safe color of #e27040 is #cc6633. Color #e27040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 01000000
Octal 342 160 100
Decimal 226 112 64
Hex E2 70 40

RGB Percentages of Color #e27040

%56.22
%27.86
%15.92

CMYK Percentages of Color #e27040

%0
%50
%72
%11

Triadic Colors of #e27040

#e27040 #40e270 #7040e2

Analogous Colors of #e27040

#e27040 #e2c140 #e24061

Monochromatic Colors of #e27040

#e27040

Complementary Color

#e27040 #40b2e2

#e27040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27040 Color CSS Codes

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

#e27040 Text Font Color

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

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


#e27040 Background Color

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

This div background color is #e27040


#e27040 Border Color

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

This div border color is #e27040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27040


Comments

No comments written yet.

Please login to write comment.