Color Hex Logo

#e18586 Color Hex

#E18586
(225,133,134)
0 Favorites   0 Comments

Color spaces of #e18586

RGB 225133134
HSL1.000.610.70
HSV359°41°88°
CMYK 0.000.410.40   0.12
XYZ43.741934.503826.9087
Yxy34.50380.41600.3281
Hunter Lab58.739930.128813.9573
CIE-Lab65.360535.340014.7679

#e18586 color RGB value is (225,133,134).

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

The process color (four color CMYK) of #e18586 color hex is 0.00, 0.41, 0.40, 0.12. Web safe color of #e18586 is #cc9999. Color #e18586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10000110
Octal 341 205 206
Decimal 225 133 134
Hex E1 85 86

RGB Percentages of Color #e18586

%45.73
%27.03
%27.24

CMYK Percentages of Color #e18586

%0
%41
%40
%12

Triadic Colors of #e18586

#e18586 #86e185 #8586e1

Analogous Colors of #e18586

#e18586 #e1b285 #e185b4

Monochromatic Colors of #e18586

#e18586

Complementary Color

#e18586 #85e1e0

#e18586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18586 Color CSS Codes

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

#e18586 Text Font Color

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

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


#e18586 Background Color

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

This div background color is #e18586


#e18586 Border Color

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

This div border color is #e18586


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,133,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18586


Comments

No comments written yet.

Please login to write comment.