Color Hex Logo

#e19cbf Color Hex

#E19CBF
(225,156,191)
0 Favorites   0 Comments

Color spaces of #e19cbf

RGB 225156191
HSL0.920.530.75
HSV330°31°88°
CMYK 0.000.310.15   0.12
XYZ52.343843.546154.9366
Yxy43.54610.34700.2887
Hunter Lab65.989526.1072-3.1666
CIE-Lab71.924130.8550-7.6266

#e19cbf color RGB value is (225,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 10111111
Octal 341 234 277
Decimal 225 156 191
Hex E1 9C BF

RGB Percentages of Color #e19cbf

%39.34
%27.27
%33.39

CMYK Percentages of Color #e19cbf

%0
%31
%15
%12

Triadic Colors of #e19cbf

#e19cbf #bfe19c #9cbfe1

Analogous Colors of #e19cbf

#e19cbf #e19c9d #e19ce1

Monochromatic Colors of #e19cbf

#e19cbf

Complementary Color

#e19cbf #9ce1be

#e19cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cbf Color CSS Codes

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

#e19cbf Text Font Color

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

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


#e19cbf Background Color

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

This div background color is #e19cbf


#e19cbf Border Color

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

This div border color is #e19cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,156,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cbf


Comments

No comments written yet.

Please login to write comment.