Color Hex Logo

#e1858f Color Hex

#E1858F
(225,133,143)
0 Favorites   0 Comments

Color spaces of #e1858f

RGB 225133143
HSL0.980.610.70
HSV353°41°88°
CMYK 0.000.410.36   0.12
XYZ44.396834.765830.3571
Yxy34.76580.40540.3174
Hunter Lab58.962531.220110.7481
CIE-Lab65.565936.37169.9747

#e1858f color RGB value is (225,133,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10001111
Octal 341 205 217
Decimal 225 133 143
Hex E1 85 8F

RGB Percentages of Color #e1858f

%44.91
%26.55
%28.54

CMYK Percentages of Color #e1858f

%0
%41
%36
%12

Triadic Colors of #e1858f

#e1858f #8fe185 #858fe1

Analogous Colors of #e1858f

#e1858f #e1a985 #e185bd

Monochromatic Colors of #e1858f

#e1858f

Complementary Color

#e1858f #85e1d7

#e1858f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1858f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1858f Color CSS Codes

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

#e1858f Text Font Color

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

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


#e1858f Background Color

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

This div background color is #e1858f


#e1858f Border Color

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

This div border color is #e1858f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1858f


Comments

No comments written yet.

Please login to write comment.