Color Hex Logo

#e4849b Color Hex

#E4849B
(228,132,155)
0 Favorites   0 Comments

Color spaces of #e4849b

RGB 228132155
HSL0.960.640.71
HSV346°42°89°
CMYK 0.000.420.32   0.11
XYZ46.162635.363135.4031
Yxy35.36310.39480.3024
Hunter Lab59.466934.49796.3290
CIE-Lab66.030439.44613.9039

#e4849b color RGB value is (228,132,155).

#e4849b hex color red value is 228, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e4849b hue: 0.96 , saturation: 0.64 and the lightness value of e4849b is 0.71.

The process color (four color CMYK) of #e4849b color hex is 0.00, 0.42, 0.32, 0.11. Web safe color of #e4849b is #cc9999. Color #e4849b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10011011
Octal 344 204 233
Decimal 228 132 155
Hex E4 84 9B

RGB Percentages of Color #e4849b

%44.27
%25.63
%30.10

CMYK Percentages of Color #e4849b

%0
%42
%32
%11

Triadic Colors of #e4849b

#e4849b #9be484 #849be4

Analogous Colors of #e4849b

#e4849b #e49d84 #e484cb

Monochromatic Colors of #e4849b

#e4849b

Complementary Color

#e4849b #84e4cd

#e4849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4849b Color CSS Codes

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

#e4849b Text Font Color

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

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


#e4849b Background Color

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

This div background color is #e4849b


#e4849b Border Color

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

This div border color is #e4849b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,132,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 #e4849b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4849b


Comments

No comments written yet.

Please login to write comment.