Color Hex Logo

#e49cbe Color Hex

#E49CBE
(228,156,190)
0 Favorites   0 Comments

Color spaces of #e49cbe

RGB 228156190
HSL0.920.570.75
HSV332°32°89°
CMYK 0.000.320.17   0.11
XYZ53.177643.988654.4031
Yxy43.98860.35080.2902
Hunter Lab66.323927.0520-2.2067
CIE-Lab72.220931.7403-6.5978

#e49cbe color RGB value is (228,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 10111110
Octal 344 234 276
Decimal 228 156 190
Hex E4 9C BE

RGB Percentages of Color #e49cbe

%39.72
%27.18
%33.10

CMYK Percentages of Color #e49cbe

%0
%32
%17
%11

Triadic Colors of #e49cbe

#e49cbe #bee49c #9cbee4

Analogous Colors of #e49cbe

#e49cbe #e49e9c #e49ce2

Monochromatic Colors of #e49cbe

#e49cbe

Complementary Color

#e49cbe #9ce4c2

#e49cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cbe Color CSS Codes

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

#e49cbe Text Font Color

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

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


#e49cbe Background Color

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

This div background color is #e49cbe


#e49cbe Border Color

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

This div border color is #e49cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cbe


Comments

No comments written yet.

Please login to write comment.