Color Hex Logo

#e69158 Color Hex

#E69158
(230,145,88)
0 Favorites   0 Comments

Color spaces of #e69158

RGB 23014588
HSL0.070.740.62
HSV24°62°90°
CMYK 0.000.370.62   0.10
XYZ44.520037.778414.1780
Yxy37.77840.46150.3916
Hunter Lab61.464121.729729.3484
CIE-Lab67.857026.854943.2097

#e69158 color RGB value is (230,145,88).

#e69158 hex color red value is 230, green value is 145 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e69158 hue: 0.07 , saturation: 0.74 and the lightness value of e69158 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 01011000
Octal 346 221 130
Decimal 230 145 88
Hex E6 91 58

RGB Percentages of Color #e69158

%49.68
%31.32
%19.01

CMYK Percentages of Color #e69158

%0
%37
%62
%10

Triadic Colors of #e69158

#e69158 #58e691 #9158e6

Analogous Colors of #e69158

#e69158 #e6d858 #e65866

Monochromatic Colors of #e69158

#e69158

Complementary Color

#e69158 #58ade6

#e69158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69158 Color CSS Codes

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

#e69158 Text Font Color

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

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


#e69158 Background Color

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

This div background color is #e69158


#e69158 Border Color

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

This div border color is #e69158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69158


Comments

No comments written yet.

Please login to write comment.