Color Hex Logo

#af83ba Color Hex

#AF83BA
(175,131,186)
0 Favorites   0 Comments

Color spaces of #af83ba

RGB 175131186
HSL0.800.280.62
HSV288°30°73°
CMYK 0.060.300.00   0.27
XYZ34.658428.891750.2043
Yxy28.89170.30470.2540
Hunter Lab53.751021.0317-17.7521
CIE-Lab60.685926.6697-22.2930

#af83ba color RGB value is (175,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 10111010
Octal 257 203 272
Decimal 175 131 186
Hex AF 83 BA

RGB Percentages of Color #af83ba

%35.57
%26.63
%37.80

CMYK Percentages of Color #af83ba

%6
%30
%0
%27

Triadic Colors of #af83ba

#af83ba #baaf83 #83baaf

Analogous Colors of #af83ba

#af83ba #ba83aa #9483ba

Monochromatic Colors of #af83ba

#af83ba

Complementary Color

#af83ba #8eba83

#af83ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af83ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af83ba Color CSS Codes

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

#af83ba Text Font Color

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

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


#af83ba Background Color

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

This div background color is #af83ba


#af83ba Border Color

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

This div border color is #af83ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af83ba

#af83ba Color Palettes


Comments

No comments written yet.

Please login to write comment.