Color Hex Logo

#af087a Color Hex

#AF087A
(175,8,122)
0 Favorites   0 Comments

Color spaces of #af087a

RGB 1758122
HSL0.890.910.36
HSV319°95°69°
CMYK 0.000.950.30   0.31
XYZ21.278910.692819.3547
Yxy10.69280.41460.2083
Hunter Lab32.699858.9313-12.2032
CIE-Lab39.058266.2839-17.5254

#af087a color RGB value is (175,8,122).

#af087a hex color red value is 175, green value is 8 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #af087a hue: 0.89 , saturation: 0.91 and the lightness value of af087a is 0.36.

The process color (four color CMYK) of #af087a color hex is 0.00, 0.95, 0.30, 0.31. Web safe color of #af087a is #990066. Color #af087a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 01111010
Octal 257 10 172
Decimal 175 8 122
Hex AF 8 7A

RGB Percentages of Color #af087a

%57.38
%2.62
%40.00

CMYK Percentages of Color #af087a

%0
%95
%30
%31

Triadic Colors of #af087a

#af087a #7aaf08 #087aaf

Analogous Colors of #af087a

#af087a #af0826 #9108af

Monochromatic Colors of #af087a

#af087a

Complementary Color

#af087a #08af3d

#af087a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af087a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af087a Color CSS Codes

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

#af087a Text Font Color

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

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


#af087a Background Color

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

This div background color is #af087a


#af087a Border Color

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

This div border color is #af087a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af087a


Comments

No comments written yet.

Please login to write comment.