Color Hex Logo

#e19bea Color Hex

#E19BEA
(225,155,234)
0 Favorites   0 Comments

Color spaces of #e19bea

RGB 225155234
HSL0.810.650.76
HSV293°34°92°
CMYK 0.040.340.00   0.08
XYZ57.624045.390883.5661
Yxy45.39080.30880.2433
Hunter Lab67.372734.7692-26.3798
CIE-Lab73.148538.9192-29.4091

#e19bea color RGB value is (225,155,234).

#e19bea hex color red value is 225, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e19bea hue: 0.81 , saturation: 0.65 and the lightness value of e19bea is 0.76.

The process color (four color CMYK) of #e19bea color hex is 0.04, 0.34, 0.00, 0.08. Web safe color of #e19bea is #cc99ff. Color #e19bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011011 11101010
Octal 341 233 352
Decimal 225 155 234
Hex E1 9B EA

RGB Percentages of Color #e19bea

%36.64
%25.24
%38.11

CMYK Percentages of Color #e19bea

%4
%34
%0
%8

Triadic Colors of #e19bea

#e19bea #eae19b #9beae1

Analogous Colors of #e19bea

#e19bea #ea9bcc #ba9bea

Monochromatic Colors of #e19bea

#e19bea

Complementary Color

#e19bea #a4ea9b

#e19bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19bea Color CSS Codes

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

#e19bea Text Font Color

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

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


#e19bea Background Color

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

This div background color is #e19bea


#e19bea Border Color

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

This div border color is #e19bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19bea


Comments

No comments written yet.

Please login to write comment.