Color Hex Logo

#e8a7bc Color Hex

#E8A7BC
(232,167,188)
0 Favorites   0 Comments

Color spaces of #e8a7bc

RGB 232167188
HSL0.950.590.78
HSV341°28°91°
CMYK 0.000.280.19   0.09
XYZ56.174548.424153.9630
Yxy48.42410.35430.3054
Hunter Lab69.587422.31632.7336
CIE-Lab75.091626.9650-1.2191

#e8a7bc color RGB value is (232,167,188).

#e8a7bc hex color red value is 232, green value is 167 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e8a7bc hue: 0.95 , saturation: 0.59 and the lightness value of e8a7bc is 0.78.

The process color (four color CMYK) of #e8a7bc color hex is 0.00, 0.28, 0.19, 0.09. Web safe color of #e8a7bc is #ff99cc. Color #e8a7bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10100111 10111100
Octal 350 247 274
Decimal 232 167 188
Hex E8 A7 BC

RGB Percentages of Color #e8a7bc

%39.52
%28.45
%32.03

CMYK Percentages of Color #e8a7bc

%0
%28
%19
%9

Triadic Colors of #e8a7bc

#e8a7bc #bce8a7 #a7bce8

Analogous Colors of #e8a7bc

#e8a7bc #e8b3a7 #e8a7dd

Monochromatic Colors of #e8a7bc

#e8a7bc

Complementary Color

#e8a7bc #a7e8d3

#e8a7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8a7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8a7bc Color CSS Codes

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

#e8a7bc Text Font Color

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

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


#e8a7bc Background Color

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

This div background color is #e8a7bc


#e8a7bc Border Color

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

This div border color is #e8a7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8a7bc


Comments

No comments written yet.

Please login to write comment.