Color Hex Logo

#af096a Color Hex

#AF096A
(175,9,106)
0 Favorites   0 Comments

Color spaces of #af096a

RGB 1759106
HSL0.900.900.36
HSV325°95°69°
CMYK 0.000.950.39   0.31
XYZ20.378410.349914.5593
Yxy10.34990.45000.2285
Hunter Lab32.171356.7684-4.3122
CIE-Lab38.463264.5037-8.3699

#af096a color RGB value is (175,9,106).

#af096a hex color red value is 175, green value is 9 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af096a hue: 0.90 , saturation: 0.90 and the lightness value of af096a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 01101010
Octal 257 11 152
Decimal 175 9 106
Hex AF 9 6A

RGB Percentages of Color #af096a

%60.34
%3.10
%36.55

CMYK Percentages of Color #af096a

%0
%95
%39
%31

Triadic Colors of #af096a

#af096a #6aaf09 #096aaf

Analogous Colors of #af096a

#af096a #af0917 #a109af

Monochromatic Colors of #af096a

#af096a

Complementary Color

#af096a #09af4e

#af096a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af096a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af096a Color CSS Codes

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

#af096a Text Font Color

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

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


#af096a Background Color

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

This div background color is #af096a


#af096a Border Color

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

This div border color is #af096a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af096a


Comments

No comments written yet.

Please login to write comment.