Color Hex Logo

#e7afba Color Hex

#E7AFBA
(231,175,186)
0 Favorites   0 Comments

Color spaces of #e7afba

RGB 231175186
HSL0.970.540.80
HSV348°24°91°
CMYK 0.000.240.19   0.09
XYZ57.147951.194053.3238
Yxy51.19400.35350.3167
Hunter Lab71.550017.35785.8981
CIE-Lab76.796422.02682.3475

#e7afba color RGB value is (231,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 10111010
Octal 347 257 272
Decimal 231 175 186
Hex E7 AF BA

RGB Percentages of Color #e7afba

%39.02
%29.56
%31.42

CMYK Percentages of Color #e7afba

%0
%24
%19
%9

Triadic Colors of #e7afba

#e7afba #bae7af #afbae7

Analogous Colors of #e7afba

#e7afba #e7c0af #e7afd6

Monochromatic Colors of #e7afba

#e7afba

Complementary Color

#e7afba #afe7dc

#e7afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afba Color CSS Codes

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

#e7afba Text Font Color

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

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


#e7afba Background Color

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

This div background color is #e7afba


#e7afba Border Color

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

This div border color is #e7afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afba


Comments

No comments written yet.

Please login to write comment.