Color Hex Logo

#af055a Color Hex

#AF055A
(175,5,90)
0 Favorites   0 Comments

Color spaces of #af055a

RGB 175590
HSL0.920.940.35
HSV330°97°69°
CMYK 0.000.970.49   0.31
XYZ19.57899.960710.5635
Yxy9.96070.48820.2484
Hunter Lab31.560655.50312.2477
CIE-Lab37.771863.51810.8106

#af055a color RGB value is (175,5,90).

#af055a hex color red value is 175, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af055a hue: 0.92 , saturation: 0.94 and the lightness value of af055a is 0.35.

The process color (four color CMYK) of #af055a color hex is 0.00, 0.97, 0.49, 0.31. Web safe color of #af055a is #990066. Color #af055a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 01011010
Octal 257 5 132
Decimal 175 5 90
Hex AF 5 5A

RGB Percentages of Color #af055a

%64.81
%1.85
%33.33

CMYK Percentages of Color #af055a

%0
%97
%49
%31

Triadic Colors of #af055a

#af055a #5aaf05 #055aaf

Analogous Colors of #af055a

#af055a #af0505 #af05af

Monochromatic Colors of #af055a

#af055a

Complementary Color

#af055a #05af5a

#af055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af055a Color CSS Codes

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

#af055a Text Font Color

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

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


#af055a Background Color

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

This div background color is #af055a


#af055a Border Color

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

This div border color is #af055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af055a


Comments

No comments written yet.

Please login to write comment.