Color Hex Logo

#e7afbb Color Hex

#E7AFBB
(231,175,187)
0 Favorites   0 Comments

Color spaces of #e7afbb

RGB 231175187
HSL0.960.540.80
HSV347°24°91°
CMYK 0.000.240.19   0.09
XYZ57.254651.236753.8857
Yxy51.23670.35260.3155
Hunter Lab71.579817.51225.4720
CIE-Lab76.822222.17811.8402

#e7afbb color RGB value is (231,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 10111011
Octal 347 257 273
Decimal 231 175 187
Hex E7 AF BB

RGB Percentages of Color #e7afbb

%38.95
%29.51
%31.53

CMYK Percentages of Color #e7afbb

%0
%24
%19
%9

Triadic Colors of #e7afbb

#e7afbb #bbe7af #afbbe7

Analogous Colors of #e7afbb

#e7afbb #e7bfaf #e7afd7

Monochromatic Colors of #e7afbb

#e7afbb

Complementary Color

#e7afbb #afe7db

#e7afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afbb Color CSS Codes

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

#e7afbb Text Font Color

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

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


#e7afbb Background Color

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

This div background color is #e7afbb


#e7afbb Border Color

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

This div border color is #e7afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afbb


Comments

No comments written yet.

Please login to write comment.