Color Hex Logo

#e19bce Color Hex

#E19BCE
(225,155,206)
0 Favorites   0 Comments

Color spaces of #e19bce

RGB 225155206
HSL0.880.540.75
HSV316°31°88°
CMYK 0.000.310.08   0.12
XYZ53.913343.906564.0258
Yxy43.90650.33310.2713
Hunter Lab66.262029.2760-10.9057
CIE-Lab72.166033.8684-15.5464

#e19bce color RGB value is (225,155,206).

#e19bce hex color red value is 225, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e19bce hue: 0.88 , saturation: 0.54 and the lightness value of e19bce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011011 11001110
Octal 341 233 316
Decimal 225 155 206
Hex E1 9B CE

RGB Percentages of Color #e19bce

%38.40
%26.45
%35.15

CMYK Percentages of Color #e19bce

%0
%31
%8
%12

Triadic Colors of #e19bce

#e19bce #cee19b #9bcee1

Analogous Colors of #e19bce

#e19bce #e19bab #d19be1

Monochromatic Colors of #e19bce

#e19bce

Complementary Color

#e19bce #9be1ae

#e19bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19bce Color CSS Codes

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

#e19bce Text Font Color

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

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


#e19bce Background Color

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

This div background color is #e19bce


#e19bce Border Color

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

This div border color is #e19bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19bce


Comments

No comments written yet.

Please login to write comment.