Color Hex Logo

#e48196 Color Hex

#E48196
(228,129,150)
0 Favorites   0 Comments

Color spaces of #e48196

RGB 228129150
HSL0.960.650.70
HSV347°43°89°
CMYK 0.000.430.34   0.11
XYZ45.350234.396533.1031
Yxy34.39650.40190.3048
Hunter Lab58.648535.39097.5888
CIE-Lab65.276140.37825.6485

#e48196 color RGB value is (228,129,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 10010110
Octal 344 201 226
Decimal 228 129 150
Hex E4 81 96

RGB Percentages of Color #e48196

%44.97
%25.44
%29.59

CMYK Percentages of Color #e48196

%0
%43
%34
%11

Triadic Colors of #e48196

#e48196 #96e481 #8196e4

Analogous Colors of #e48196

#e48196 #e49e81 #e481c8

Monochromatic Colors of #e48196

#e48196

Complementary Color

#e48196 #81e4cf

#e48196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48196 Color CSS Codes

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

#e48196 Text Font Color

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

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


#e48196 Background Color

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

This div background color is #e48196


#e48196 Border Color

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

This div border color is #e48196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48196


Comments

No comments written yet.

Please login to write comment.