Color Hex Logo

#e19cbe Color Hex

#E19CBE
(225,156,190)
0 Favorites   0 Comments

Color spaces of #e19cbe

RGB 225156190
HSL0.920.530.75
HSV330°31°88°
CMYK 0.000.310.16   0.12
XYZ52.234143.502254.3589
Yxy43.50220.34800.2898
Hunter Lab65.956225.9400-2.6955
CIE-Lab71.894530.6959-7.1175

#e19cbe color RGB value is (225,156,190).

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

The process color (four color CMYK) of #e19cbe color hex is 0.00, 0.31, 0.16, 0.12. Web safe color of #e19cbe is #cc99cc. Color #e19cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 10111110
Octal 341 234 276
Decimal 225 156 190
Hex E1 9C BE

RGB Percentages of Color #e19cbe

%39.40
%27.32
%33.27

CMYK Percentages of Color #e19cbe

%0
%31
%16
%12

Triadic Colors of #e19cbe

#e19cbe #bee19c #9cbee1

Analogous Colors of #e19cbe

#e19cbe #e19d9c #e19ce1

Monochromatic Colors of #e19cbe

#e19cbe

Complementary Color

#e19cbe #9ce1bf

#e19cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cbe Color CSS Codes

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

#e19cbe Text Font Color

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

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


#e19cbe Background Color

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

This div background color is #e19cbe


#e19cbe Border Color

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

This div border color is #e19cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cbe


Comments

No comments written yet.

Please login to write comment.