Color Hex Logo

#e49bcc Color Hex

#E49BCC
(228,155,204)
0 Favorites   0 Comments

Color spaces of #e49bcc

RGB 228155204
HSL0.890.570.75
HSV320°32°89°
CMYK 0.000.320.11   0.11
XYZ54.615344.296362.7982
Yxy44.29630.33770.2739
Hunter Lab66.555530.0047-9.3541
CIE-Lab72.426134.5357-14.0200

#e49bcc color RGB value is (228,155,204).

#e49bcc hex color red value is 228, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e49bcc hue: 0.89 , saturation: 0.57 and the lightness value of e49bcc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11001100
Octal 344 233 314
Decimal 228 155 204
Hex E4 9B CC

RGB Percentages of Color #e49bcc

%38.84
%26.41
%34.75

CMYK Percentages of Color #e49bcc

%0
%32
%11
%11

Triadic Colors of #e49bcc

#e49bcc #cce49b #9bcce4

Analogous Colors of #e49bcc

#e49bcc #e49ba8 #d89be4

Monochromatic Colors of #e49bcc

#e49bcc

Complementary Color

#e49bcc #9be4b3

#e49bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bcc Color CSS Codes

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

#e49bcc Text Font Color

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

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


#e49bcc Background Color

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

This div background color is #e49bcc


#e49bcc Border Color

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

This div border color is #e49bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,155,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 #e49bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bcc


Comments

No comments written yet.

Please login to write comment.