Color Hex Logo

#afa3ba Color Hex

#AFA3BA
(175,163,186)
0 Favorites   0 Comments

Color spaces of #afa3ba

RGB 175163186
HSL0.750.140.68
HSV271°12°73°
CMYK 0.060.120.00   0.27
XYZ39.639338.853551.8646
Yxy38.85350.30410.2981
Hunter Lab62.33264.4319-5.7002
CIE-Lab68.64508.7155-10.2553

#afa3ba color RGB value is (175,163,186).

#afa3ba hex color red value is 175, green value is 163 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afa3ba hue: 0.75 , saturation: 0.14 and the lightness value of afa3ba is 0.68.

The process color (four color CMYK) of #afa3ba color hex is 0.06, 0.12, 0.00, 0.27. Web safe color of #afa3ba is #9999cc. Color #afa3ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10111010
Octal 257 243 272
Decimal 175 163 186
Hex AF A3 BA

RGB Percentages of Color #afa3ba

%33.40
%31.11
%35.50

CMYK Percentages of Color #afa3ba

%6
%12
%0
%27

Triadic Colors of #afa3ba

#afa3ba #baafa3 #a3baaf

Analogous Colors of #afa3ba

#afa3ba #baa3ba #a4a3ba

Monochromatic Colors of #afa3ba

#afa3ba

Complementary Color

#afa3ba #aebaa3

#afa3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3ba Color CSS Codes

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

#afa3ba Text Font Color

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

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


#afa3ba Background Color

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

This div background color is #afa3ba


#afa3ba Border Color

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

This div border color is #afa3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3ba


Comments

No comments written yet.

Please login to write comment.