Color Hex Logo

#e19ba7 Color Hex

#E19BA7
(225,155,167)
0 Favorites   0 Comments

Color spaces of #e19ba7

RGB 225155167
HSL0.970.540.75
HSV350°31°88°
CMYK 0.000.310.26   0.12
XYZ49.747742.240342.0904
Yxy42.24030.37100.3150
Hunter Lab64.992522.89367.0974
CIE-Lab71.036327.79094.3699

#e19ba7 color RGB value is (225,155,167).

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

The process color (four color CMYK) of #e19ba7 color hex is 0.00, 0.31, 0.26, 0.12. Web safe color of #e19ba7 is #cc9999. Color #e19ba7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011011 10100111
Octal 341 233 247
Decimal 225 155 167
Hex E1 9B A7

RGB Percentages of Color #e19ba7

%41.13
%28.34
%30.53

CMYK Percentages of Color #e19ba7

%0
%31
%26
%12

Triadic Colors of #e19ba7

#e19ba7 #a7e19b #9ba7e1

Analogous Colors of #e19ba7

#e19ba7 #e1b29b #e19bca

Monochromatic Colors of #e19ba7

#e19ba7

Complementary Color

#e19ba7 #9be1d5

#e19ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19ba7 Color CSS Codes

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

#e19ba7 Text Font Color

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

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


#e19ba7 Background Color

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

This div background color is #e19ba7


#e19ba7 Border Color

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

This div border color is #e19ba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19ba7


Comments

No comments written yet.

Please login to write comment.