Color Hex Logo

#e27d1a Color Hex

#E27D1A
(226,125,26)
0 Favorites   0 Comments

Color spaces of #e27d1a

RGB 22612526
HSL0.080.790.49
HSV30°88°89°
CMYK 0.000.450.88   0.11
XYZ38.884130.91064.8942
Yxy30.91060.52060.4139
Hunter Lab55.597327.545533.6988
CIE-Lab62.432133.107864.1167

#e27d1a color RGB value is (226,125,26).

#e27d1a hex color red value is 226, green value is 125 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e27d1a hue: 0.08 , saturation: 0.79 and the lightness value of e27d1a is 0.49.

The process color (four color CMYK) of #e27d1a color hex is 0.00, 0.45, 0.88, 0.11. Web safe color of #e27d1a is #cc6633. Color #e27d1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 00011010
Octal 342 175 32
Decimal 226 125 26
Hex E2 7D 1A

RGB Percentages of Color #e27d1a

%59.95
%33.16
%6.90

CMYK Percentages of Color #e27d1a

%0
%45
%88
%11

Triadic Colors of #e27d1a

#e27d1a #1ae27d #7d1ae2

Analogous Colors of #e27d1a

#e27d1a #e2e11a #e21a1b

Monochromatic Colors of #e27d1a

#e27d1a

Complementary Color

#e27d1a #1a7fe2

#e27d1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27d1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27d1a Color CSS Codes

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

#e27d1a Text Font Color

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

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


#e27d1a Background Color

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

This div background color is #e27d1a


#e27d1a Border Color

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

This div border color is #e27d1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27d1a


Comments

No comments written yet.

Please login to write comment.