Color Hex Logo

#e48bcb Color Hex

#E48BCB
(228,139,203)
0 Favorites   0 Comments

Color spaces of #e48bcb

RGB 228139203
HSL0.880.620.72
HSV317°39°89°
CMYK 0.000.390.11   0.11
XYZ52.007039.271061.3389
Yxy39.27100.34080.2573
Hunter Lab62.666638.4707-14.1673
CIE-Lab68.947142.8058-18.7186

#e48bcb color RGB value is (228,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 11001011
Octal 344 213 313
Decimal 228 139 203
Hex E4 8B CB

RGB Percentages of Color #e48bcb

%40.00
%24.39
%35.61

CMYK Percentages of Color #e48bcb

%0
%39
%11
%11

Triadic Colors of #e48bcb

#e48bcb #cbe48b #8bcbe4

Analogous Colors of #e48bcb

#e48bcb #e48b9f #d18be4

Monochromatic Colors of #e48bcb

#e48bcb

Complementary Color

#e48bcb #8be4a4

#e48bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bcb Color CSS Codes

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

#e48bcb Text Font Color

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

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


#e48bcb Background Color

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

This div background color is #e48bcb


#e48bcb Border Color

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

This div border color is #e48bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bcb


Comments

No comments written yet.

Please login to write comment.