Color Hex Logo

#e7afbf Color Hex

#E7AFBF
(231,175,191)
0 Favorites   0 Comments

Color spaces of #e7afbf

RGB 231175191
HSL0.950.540.80
HSV343°24°91°
CMYK 0.000.240.17   0.09
XYZ57.688951.410556.1729
Yxy51.41050.34910.3111
Hunter Lab71.701118.13963.7411
CIE-Lab76.927022.7913-0.1864

#e7afbf color RGB value is (231,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 10111111
Octal 347 257 277
Decimal 231 175 191
Hex E7 AF BF

RGB Percentages of Color #e7afbf

%38.69
%29.31
%31.99

CMYK Percentages of Color #e7afbf

%0
%24
%17
%9

Triadic Colors of #e7afbf

#e7afbf #bfe7af #afbfe7

Analogous Colors of #e7afbf

#e7afbf #e7bbaf #e7afdb

Monochromatic Colors of #e7afbf

#e7afbf

Complementary Color

#e7afbf #afe7d7

#e7afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afbf Color CSS Codes

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

#e7afbf Text Font Color

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

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


#e7afbf Background Color

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

This div background color is #e7afbf


#e7afbf Border Color

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

This div border color is #e7afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afbf


Comments

No comments written yet.

Please login to write comment.