Color Hex Logo

#e1848d Color Hex

#E1848D
(225,132,141)
0 Favorites   0 Comments

Color spaces of #e1848d

RGB 225132141
HSL0.980.610.70
HSV354°41°88°
CMYK 0.000.410.37   0.12
XYZ44.110334.433229.5207
Yxy34.43320.40820.3186
Hunter Lab58.679831.490911.2482
CIE-Lab65.305036.660010.7359

#e1848d color RGB value is (225,132,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10001101
Octal 341 204 215
Decimal 225 132 141
Hex E1 84 8D

RGB Percentages of Color #e1848d

%45.18
%26.51
%28.31

CMYK Percentages of Color #e1848d

%0
%41
%37
%12

Triadic Colors of #e1848d

#e1848d #8de184 #848de1

Analogous Colors of #e1848d

#e1848d #e1aa84 #e184bc

Monochromatic Colors of #e1848d

#e1848d

Complementary Color

#e1848d #84e1d8

#e1848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1848d Color CSS Codes

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

#e1848d Text Font Color

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

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


#e1848d Background Color

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

This div background color is #e1848d


#e1848d Border Color

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

This div border color is #e1848d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1848d


Comments

No comments written yet.

Please login to write comment.