Color Hex Logo

#e18058 Color Hex

#E18058
(225,128,88)
0 Favorites   0 Comments

Color spaces of #e18058

RGB 22512888
HSL0.050.700.61
HSV18°61°88°
CMYK 0.000.430.61   0.12
XYZ40.532032.150513.3019
Yxy32.15050.47140.3739
Hunter Lab56.701428.370125.7818
CIE-Lab63.467133.817737.7735

#e18058 color RGB value is (225,128,88).

#e18058 hex color red value is 225, green value is 128 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e18058 hue: 0.05 , saturation: 0.70 and the lightness value of e18058 is 0.61.

The process color (four color CMYK) of #e18058 color hex is 0.00, 0.43, 0.61, 0.12. Web safe color of #e18058 is #cc9966. Color #e18058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 01011000
Octal 341 200 130
Decimal 225 128 88
Hex E1 80 58

RGB Percentages of Color #e18058

%51.02
%29.02
%19.95

CMYK Percentages of Color #e18058

%0
%43
%61
%12

Triadic Colors of #e18058

#e18058 #58e180 #8058e1

Analogous Colors of #e18058

#e18058 #e1c558 #e15875

Monochromatic Colors of #e18058

#e18058

Complementary Color

#e18058 #58b9e1

#e18058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18058 Color CSS Codes

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

#e18058 Text Font Color

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

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


#e18058 Background Color

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

This div background color is #e18058


#e18058 Border Color

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

This div border color is #e18058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,128,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 #e18058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18058


Comments

No comments written yet.

Please login to write comment.