Color Hex Logo

#e48bcc Color Hex

#E48BCC
(228,139,204)
0 Favorites   0 Comments

Color spaces of #e48bcc

RGB 228139204
HSL0.880.620.72
HSV316°39°89°
CMYK 0.000.390.11   0.11
XYZ52.126639.318961.9687
Yxy39.31890.33980.2563
Hunter Lab62.704838.6540-14.7007
CIE-Lab68.981642.9702-19.2225

#e48bcc color RGB value is (228,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 11001100
Octal 344 213 314
Decimal 228 139 204
Hex E4 8B CC

RGB Percentages of Color #e48bcc

%39.93
%24.34
%35.73

CMYK Percentages of Color #e48bcc

%0
%39
%11
%11

Triadic Colors of #e48bcc

#e48bcc #cce48b #8bcce4

Analogous Colors of #e48bcc

#e48bcc #e48ba0 #d08be4

Monochromatic Colors of #e48bcc

#e48bcc

Complementary Color

#e48bcc #8be4a3

#e48bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bcc Color CSS Codes

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

#e48bcc Text Font Color

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

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


#e48bcc Background Color

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

This div background color is #e48bcc


#e48bcc Border Color

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

This div border color is #e48bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bcc


Comments

No comments written yet.

Please login to write comment.