Color Hex Logo

#e0819b Color Hex

#E0819B
(224,129,155)
0 Favorites   0 Comments

Color spaces of #e0819b

RGB 224129155
HSL0.950.610.69
HSV344°42°88°
CMYK 0.000.420.31   0.12
XYZ44.507133.914435.2107
Yxy33.91440.39170.2985
Hunter Lab58.236134.50614.9173
CIE-Lab64.894639.58632.1952

#e0819b color RGB value is (224,129,155).

#e0819b hex color red value is 224, green value is 129 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e0819b hue: 0.95 , saturation: 0.61 and the lightness value of e0819b is 0.69.

The process color (four color CMYK) of #e0819b color hex is 0.00, 0.42, 0.31, 0.12. Web safe color of #e0819b is #cc9999. Color #e0819b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 10011011
Octal 340 201 233
Decimal 224 129 155
Hex E0 81 9B

RGB Percentages of Color #e0819b

%44.09
%25.39
%30.51

CMYK Percentages of Color #e0819b

%0
%42
%31
%12

Triadic Colors of #e0819b

#e0819b #9be081 #819be0

Analogous Colors of #e0819b

#e0819b #e09781 #e081cb

Monochromatic Colors of #e0819b

#e0819b

Complementary Color

#e0819b #81e0c6

#e0819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0819b Color CSS Codes

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

#e0819b Text Font Color

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

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


#e0819b Background Color

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

This div background color is #e0819b


#e0819b Border Color

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

This div border color is #e0819b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,129,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0819b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0819b;
  -webkit-box-shadow: 1px 1px 3px 2px #e0819b;
  box-shadow:         1px 1px 3px 2px #e0819b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,129,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0819b


Comments

No comments written yet.

Please login to write comment.