Color Hex Logo

#e69052 Color Hex

#E69052
(230,144,82)
0 Favorites   0 Comments

Color spaces of #e69052

RGB 23014482
HSL0.070.750.61
HSV25°64°90°
CMYK 0.000.370.64   0.10
XYZ44.129437.378712.8716
Yxy37.37870.46760.3960
Hunter Lab61.138121.849330.3142
CIE-Lab67.560226.995245.9124

#e69052 color RGB value is (230,144,82).

#e69052 hex color red value is 230, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e69052 hue: 0.07 , saturation: 0.75 and the lightness value of e69052 is 0.61.

The process color (four color CMYK) of #e69052 color hex is 0.00, 0.37, 0.64, 0.10. Web safe color of #e69052 is #ff9966. Color #e69052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 01010010
Octal 346 220 122
Decimal 230 144 82
Hex E6 90 52

RGB Percentages of Color #e69052

%50.44
%31.58
%17.98

CMYK Percentages of Color #e69052

%0
%37
%64
%10

Triadic Colors of #e69052

#e69052 #52e690 #9052e6

Analogous Colors of #e69052

#e69052 #e6da52 #e6525e

Monochromatic Colors of #e69052

#e69052

Complementary Color

#e69052 #52a8e6

#e69052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69052 Color CSS Codes

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

#e69052 Text Font Color

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

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


#e69052 Background Color

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

This div background color is #e69052


#e69052 Border Color

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

This div border color is #e69052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69052


Comments

No comments written yet.

Please login to write comment.