Color Hex Logo

#e7acca Color Hex

#E7ACCA
(231,172,202)
0 Favorites   0 Comments

Color spaces of #e7acca

RGB 231172202
HSL0.920.550.79
HSV329°26°91°
CMYK 0.000.260.13   0.09
XYZ58.368250.758262.5981
Yxy50.75820.33990.2956
Hunter Lab71.244821.5600-2.2229
CIE-Lab76.532326.1477-6.7634

#e7acca color RGB value is (231,172,202).

#e7acca hex color red value is 231, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e7acca hue: 0.92 , saturation: 0.55 and the lightness value of e7acca is 0.79.

The process color (four color CMYK) of #e7acca color hex is 0.00, 0.26, 0.13, 0.09. Web safe color of #e7acca is #ff99cc. Color #e7acca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101100 11001010
Octal 347 254 312
Decimal 231 172 202
Hex E7 AC CA

RGB Percentages of Color #e7acca

%38.18
%28.43
%33.39

CMYK Percentages of Color #e7acca

%0
%26
%13
%9

Triadic Colors of #e7acca

#e7acca #cae7ac #accae7

Analogous Colors of #e7acca

#e7acca #e7acad #e7ace7

Monochromatic Colors of #e7acca

#e7acca

Complementary Color

#e7acca #ace7c9

#e7acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7acca Color CSS Codes

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

#e7acca Text Font Color

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

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


#e7acca Background Color

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

This div background color is #e7acca


#e7acca Border Color

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

This div border color is #e7acca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,172,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7acca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7acca;
  -webkit-box-shadow: 1px 1px 3px 2px #e7acca;
  box-shadow:         1px 1px 3px 2px #e7acca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,172,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7acca


Comments

No comments written yet.

Please login to write comment.