Color Hex Logo

#e48193 Color Hex

#E48193
(228,129,147)
0 Favorites   0 Comments

Color spaces of #e48193

RGB 228129147
HSL0.970.650.70
HSV349°43°89°
CMYK 0.000.430.36   0.11
XYZ45.111634.301131.8469
Yxy34.30110.40550.3083
Hunter Lab58.567134.99798.7570
CIE-Lab65.200940.01607.2420

#e48193 color RGB value is (228,129,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 10010011
Octal 344 201 223
Decimal 228 129 147
Hex E4 81 93

RGB Percentages of Color #e48193

%45.24
%25.60
%29.17

CMYK Percentages of Color #e48193

%0
%43
%36
%11

Triadic Colors of #e48193

#e48193 #93e481 #8193e4

Analogous Colors of #e48193

#e48193 #e4a181 #e481c5

Monochromatic Colors of #e48193

#e48193

Complementary Color

#e48193 #81e4d2

#e48193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48193 Color CSS Codes

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

#e48193 Text Font Color

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

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


#e48193 Background Color

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

This div background color is #e48193


#e48193 Border Color

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

This div border color is #e48193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48193


Comments

No comments written yet.

Please login to write comment.