Color Hex Logo

#e18084 Color Hex

#E18084
(225,128,132)
0 Favorites   0 Comments

Color spaces of #e18084

RGB 225128132
HSL0.990.620.69
HSV358°43°88°
CMYK 0.000.430.41   0.12
XYZ42.935433.111825.9581
Yxy33.11180.42090.3246
Hunter Lab57.542932.487213.5337
CIE-Lab64.251337.733614.3513

#e18084 color RGB value is (225,128,132).

#e18084 hex color red value is 225, green value is 128 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e18084 hue: 0.99 , saturation: 0.62 and the lightness value of e18084 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 10000100
Octal 341 200 204
Decimal 225 128 132
Hex E1 80 84

RGB Percentages of Color #e18084

%46.39
%26.39
%27.22

CMYK Percentages of Color #e18084

%0
%43
%41
%12

Triadic Colors of #e18084

#e18084 #84e180 #8084e1

Analogous Colors of #e18084

#e18084 #e1ad80 #e180b5

Monochromatic Colors of #e18084

#e18084

Complementary Color

#e18084 #80e1dd

#e18084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18084 Color CSS Codes

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

#e18084 Text Font Color

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

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


#e18084 Background Color

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

This div background color is #e18084


#e18084 Border Color

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

This div border color is #e18084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18084


Comments

No comments written yet.

Please login to write comment.