Color Hex Logo

#e48bc7 Color Hex

#E48BC7
(228,139,199)
0 Favorites   0 Comments

Color spaces of #e48bc7

RGB 228139199
HSL0.890.620.72
HSV320°39°89°
CMYK 0.000.390.13   0.11
XYZ51.536339.082758.8603
Yxy39.08270.34480.2615
Hunter Lab62.516237.7464-12.0615
CIE-Lab68.811142.1544-16.6976

#e48bc7 color RGB value is (228,139,199).

#e48bc7 hex color red value is 228, green value is 139 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #e48bc7 hue: 0.89 , saturation: 0.62 and the lightness value of e48bc7 is 0.72.

The process color (four color CMYK) of #e48bc7 color hex is 0.00, 0.39, 0.13, 0.11. Web safe color of #e48bc7 is #cc99cc. Color #e48bc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 11000111
Octal 344 213 307
Decimal 228 139 199
Hex E4 8B C7

RGB Percentages of Color #e48bc7

%40.28
%24.56
%35.16

CMYK Percentages of Color #e48bc7

%0
%39
%13
%11

Triadic Colors of #e48bc7

#e48bc7 #c7e48b #8bc7e4

Analogous Colors of #e48bc7

#e48bc7 #e48b9b #d58be4

Monochromatic Colors of #e48bc7

#e48bc7

Complementary Color

#e48bc7 #8be4a8

#e48bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bc7 Color CSS Codes

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

#e48bc7 Text Font Color

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

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


#e48bc7 Background Color

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

This div background color is #e48bc7


#e48bc7 Border Color

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

This div border color is #e48bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bc7


Comments

No comments written yet.

Please login to write comment.