Color Hex Logo

#e69527 Color Hex

#E69527
(230,149,39)
0 Favorites   0 Comments

Color spaces of #e69527

RGB 23014939
HSL0.100.790.53
HSV35°83°90°
CMYK 0.000.350.83   0.10
XYZ43.746838.46447.0381
Yxy38.46440.49020.4310
Hunter Lab62.019717.374136.6854
CIE-Lab68.361522.419065.1855

#e69527 color RGB value is (230,149,39).

#e69527 hex color red value is 230, green value is 149 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e69527 hue: 0.10 , saturation: 0.79 and the lightness value of e69527 is 0.53.

The process color (four color CMYK) of #e69527 color hex is 0.00, 0.35, 0.83, 0.10. Web safe color of #e69527 is #ff9933. Color #e69527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010101 00100111
Octal 346 225 47
Decimal 230 149 39
Hex E6 95 27

RGB Percentages of Color #e69527

%55.02
%35.65
%9.33

CMYK Percentages of Color #e69527

%0
%35
%83
%10

Triadic Colors of #e69527

#e69527 #27e695 #9527e6

Analogous Colors of #e69527

#e69527 #d8e627 #e63627

Monochromatic Colors of #e69527

#e69527

Complementary Color

#e69527 #2778e6

#e69527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69527 Color CSS Codes

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

#e69527 Text Font Color

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

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


#e69527 Background Color

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

This div background color is #e69527


#e69527 Border Color

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

This div border color is #e69527


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,149,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e69527; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e69527;
  -webkit-box-shadow: 1px 1px 3px 2px #e69527;
  box-shadow:         1px 1px 3px 2px #e69527; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,149,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69527


Comments

No comments written yet.

Please login to write comment.