Color Hex Logo

#e49ccc Color Hex

#E49CCC
(228,156,204)
0 Favorites   0 Comments

Color spaces of #e49ccc

RGB 228156204
HSL0.890.570.75
HSV320°32°89°
CMYK 0.000.320.11   0.11
XYZ54.782544.630562.8539
Yxy44.63050.33760.2750
Hunter Lab66.806129.4635-9.0182
CIE-Lab72.647934.0034-13.6868

#e49ccc color RGB value is (228,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 11001100
Octal 344 234 314
Decimal 228 156 204
Hex E4 9C CC

RGB Percentages of Color #e49ccc

%38.78
%26.53
%34.69

CMYK Percentages of Color #e49ccc

%0
%32
%11
%11

Triadic Colors of #e49ccc

#e49ccc #cce49c #9ccce4

Analogous Colors of #e49ccc

#e49ccc #e49ca8 #d89ce4

Monochromatic Colors of #e49ccc

#e49ccc

Complementary Color

#e49ccc #9ce4b4

#e49ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ccc Color CSS Codes

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

#e49ccc Text Font Color

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

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


#e49ccc Background Color

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

This div background color is #e49ccc


#e49ccc Border Color

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

This div border color is #e49ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ccc


Comments

No comments written yet.

Please login to write comment.