Color Hex Logo

#e27505 Color Hex

#E27505
(226,117,5)
0 Favorites   0 Comments

Color spaces of #e27505

RGB 2261175
HSL0.080.960.45
HSV30°98°89°
CMYK 0.000.480.98   0.11
XYZ37.752728.90233.7325
Yxy28.90230.53640.4106
Hunter Lab53.760931.267333.5162
CIE-Lab60.695336.958467.2637

#e27505 color RGB value is (226,117,5).

#e27505 hex color red value is 226, green value is 117 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e27505 hue: 0.08 , saturation: 0.96 and the lightness value of e27505 is 0.45.

The process color (four color CMYK) of #e27505 color hex is 0.00, 0.48, 0.98, 0.11. Web safe color of #e27505 is #cc6600. Color #e27505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 00000101
Octal 342 165 5
Decimal 226 117 5
Hex E2 75 5

RGB Percentages of Color #e27505

%64.94
%33.62
%1.44

CMYK Percentages of Color #e27505

%0
%48
%98
%11

Triadic Colors of #e27505

#e27505 #05e275 #7505e2

Analogous Colors of #e27505

#e27505 #e1e205 #e20605

Monochromatic Colors of #e27505

#e27505

Complementary Color

#e27505 #0572e2

#e27505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27505 Color CSS Codes

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

#e27505 Text Font Color

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

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


#e27505 Background Color

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

This div background color is #e27505


#e27505 Border Color

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

This div border color is #e27505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27505


Comments

No comments written yet.

Please login to write comment.