Color Hex Logo

#af8aba Color Hex

#AF8ABA
(175,138,186)
0 Favorites   0 Comments

Color spaces of #af8aba

RGB 175138186
HSL0.800.260.64
HSV286°26°73°
CMYK 0.060.260.00   0.27
XYZ35.630630.836150.5284
Yxy30.83610.30450.2636
Hunter Lab55.530317.3553-15.0783
CIE-Lab62.369022.7243-19.7229

#af8aba color RGB value is (175,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 10111010
Octal 257 212 272
Decimal 175 138 186
Hex AF 8A BA

RGB Percentages of Color #af8aba

%35.07
%27.66
%37.27

CMYK Percentages of Color #af8aba

%6
%26
%0
%27

Triadic Colors of #af8aba

#af8aba #baaf8a #8abaaf

Analogous Colors of #af8aba

#af8aba #ba8aad #978aba

Monochromatic Colors of #af8aba

#af8aba

Complementary Color

#af8aba #95ba8a

#af8aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8aba Color CSS Codes

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

#af8aba Text Font Color

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

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


#af8aba Background Color

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

This div background color is #af8aba


#af8aba Border Color

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

This div border color is #af8aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8aba


Comments

No comments written yet.

Please login to write comment.