Color Hex Logo

#e7afca Color Hex

#E7AFCA
(231,175,202)
0 Favorites   0 Comments

Color spaces of #e7afca

RGB 231175202
HSL0.920.540.80
HSV331°24°91°
CMYK 0.000.240.13   0.09
XYZ58.945651.913162.7906
Yxy51.91310.33950.2990
Hunter Lab72.050719.9442-1.2344
CIE-Lab77.228824.5422-5.7327

#e7afca color RGB value is (231,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 11001010
Octal 347 257 312
Decimal 231 175 202
Hex E7 AF CA

RGB Percentages of Color #e7afca

%37.99
%28.78
%33.22

CMYK Percentages of Color #e7afca

%0
%24
%13
%9

Triadic Colors of #e7afca

#e7afca #cae7af #afcae7

Analogous Colors of #e7afca

#e7afca #e7b0af #e7afe6

Monochromatic Colors of #e7afca

#e7afca

Complementary Color

#e7afca #afe7cc

#e7afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afca Color CSS Codes

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

#e7afca Text Font Color

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

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


#e7afca Background Color

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

This div background color is #e7afca


#e7afca Border Color

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

This div border color is #e7afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,175,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 #e7afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afca


Comments

No comments written yet.

Please login to write comment.