Color Hex Logo

#e6afbb Color Hex

#E6AFBB
(230,175,187)
0 Favorites   0 Comments

Color spaces of #e6afbb

RGB 230175187
HSL0.960.520.79
HSV347°24°90°
CMYK 0.000.240.19   0.10
XYZ56.932751.070853.8707
Yxy51.07080.35170.3155
Hunter Lab71.463817.14295.3308
CIE-Lab76.721921.81751.6819

#e6afbb color RGB value is (230,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101111 10111011
Octal 346 257 273
Decimal 230 175 187
Hex E6 AF BB

RGB Percentages of Color #e6afbb

%38.85
%29.56
%31.59

CMYK Percentages of Color #e6afbb

%0
%24
%19
%10

Triadic Colors of #e6afbb

#e6afbb #bbe6af #afbbe6

Analogous Colors of #e6afbb

#e6afbb #e6bfaf #e6afd7

Monochromatic Colors of #e6afbb

#e6afbb

Complementary Color

#e6afbb #afe6da

#e6afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6afbb Color CSS Codes

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

#e6afbb Text Font Color

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

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


#e6afbb Background Color

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

This div background color is #e6afbb


#e6afbb Border Color

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

This div border color is #e6afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6afbb


Comments

No comments written yet.

Please login to write comment.