Color Hex Logo

#e1858a Color Hex

#E1858A
(225,133,138)
0 Favorites   0 Comments

Color spaces of #e1858a

RGB 225133138
HSL0.990.610.70
HSV357°41°88°
CMYK 0.000.410.39   0.12
XYZ44.026334.617628.4062
Yxy34.61760.41130.3234
Hunter Lab58.836730.603612.5607
CIE-Lab65.449935.789712.6356

#e1858a color RGB value is (225,133,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10001010
Octal 341 205 212
Decimal 225 133 138
Hex E1 85 8A

RGB Percentages of Color #e1858a

%45.36
%26.81
%27.82

CMYK Percentages of Color #e1858a

%0
%41
%39
%12

Triadic Colors of #e1858a

#e1858a #8ae185 #858ae1

Analogous Colors of #e1858a

#e1858a #e1ae85 #e185b8

Monochromatic Colors of #e1858a

#e1858a

Complementary Color

#e1858a #85e1dc

#e1858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1858a Color CSS Codes

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

#e1858a Text Font Color

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

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


#e1858a Background Color

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

This div background color is #e1858a


#e1858a Border Color

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

This div border color is #e1858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1858a


Comments

No comments written yet.

Please login to write comment.