Color Hex Logo

#e48199 Color Hex

#E48199
(228,129,153)
0 Favorites   0 Comments

Color spaces of #e48199

RGB 228129153
HSL0.960.650.70
HSV345°43°89°
CMYK 0.000.430.33   0.11
XYZ45.594934.494434.3920
Yxy34.49440.39830.3013
Hunter Lab58.731935.79266.3936
CIE-Lab65.353140.74774.0581

#e48199 color RGB value is (228,129,153).

#e48199 hex color red value is 228, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e48199 hue: 0.96 , saturation: 0.65 and the lightness value of e48199 is 0.70.

The process color (four color CMYK) of #e48199 color hex is 0.00, 0.43, 0.33, 0.11. Web safe color of #e48199 is #cc9999. Color #e48199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 10011001
Octal 344 201 231
Decimal 228 129 153
Hex E4 81 99

RGB Percentages of Color #e48199

%44.71
%25.29
%30.00

CMYK Percentages of Color #e48199

%0
%43
%33
%11

Triadic Colors of #e48199

#e48199 #99e481 #8199e4

Analogous Colors of #e48199

#e48199 #e49b81 #e481cb

Monochromatic Colors of #e48199

#e48199

Complementary Color

#e48199 #81e4cc

#e48199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48199 Color CSS Codes

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

#e48199 Text Font Color

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

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


#e48199 Background Color

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

This div background color is #e48199


#e48199 Border Color

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

This div border color is #e48199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48199


Comments

No comments written yet.

Please login to write comment.