Color Hex Logo

#e48bbf Color Hex

#E48BBF
(228,139,191)
0 Favorites   0 Comments

Color spaces of #e48bbf

RGB 228139191
HSL0.900.620.72
HSV325°39°89°
CMYK 0.000.390.16   0.11
XYZ50.631538.720854.0955
Yxy38.72080.35300.2699
Hunter Lab62.226036.3446-7.9849
CIE-Lab68.548540.8861-12.6298

#e48bbf color RGB value is (228,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 10111111
Octal 344 213 277
Decimal 228 139 191
Hex E4 8B BF

RGB Percentages of Color #e48bbf

%40.86
%24.91
%34.23

CMYK Percentages of Color #e48bbf

%0
%39
%16
%11

Triadic Colors of #e48bbf

#e48bbf #bfe48b #8bbfe4

Analogous Colors of #e48bbf

#e48bbf #e48b93 #dd8be4

Monochromatic Colors of #e48bbf

#e48bbf

Complementary Color

#e48bbf #8be4b0

#e48bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bbf Color CSS Codes

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

#e48bbf Text Font Color

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

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


#e48bbf Background Color

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

This div background color is #e48bbf


#e48bbf Border Color

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

This div border color is #e48bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bbf


Comments

No comments written yet.

Please login to write comment.