Color Hex Logo

#e48bbe Color Hex

#E48BBE
(228,139,190)
0 Favorites   0 Comments

Color spaces of #e48bbe

RGB 228139190
HSL0.900.620.72
HSV326°39°89°
CMYK 0.000.390.17   0.11
XYZ50.521838.676953.5178
Yxy38.67690.35400.2710
Hunter Lab62.190836.1739-7.4880
CIE-Lab68.516640.7310-12.1190

#e48bbe color RGB value is (228,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 10111110
Octal 344 213 276
Decimal 228 139 190
Hex E4 8B BE

RGB Percentages of Color #e48bbe

%40.93
%24.96
%34.11

CMYK Percentages of Color #e48bbe

%0
%39
%17
%11

Triadic Colors of #e48bbe

#e48bbe #bee48b #8bbee4

Analogous Colors of #e48bbe

#e48bbe #e48b92 #de8be4

Monochromatic Colors of #e48bbe

#e48bbe

Complementary Color

#e48bbe #8be4b1

#e48bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bbe Color CSS Codes

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

#e48bbe Text Font Color

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

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


#e48bbe Background Color

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

This div background color is #e48bbe


#e48bbe Border Color

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

This div border color is #e48bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bbe


Comments

No comments written yet.

Please login to write comment.