Color Hex Logo

#af05ad Color Hex

#AF05AD
(175,5,173)
0 Favorites   0 Comments

Color spaces of #af05ad

RGB 1755173
HSL0.840.940.35
HSV301°97°69°
CMYK 0.000.970.01   0.31
XYZ25.276312.239640.5654
Yxy12.23960.32370.1568
Hunter Lab34.985167.7399-44.2574
CIE-Lab41.594473.2833-44.6107

#af05ad color RGB value is (175,5,173).

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

The process color (four color CMYK) of #af05ad color hex is 0.00, 0.97, 0.01, 0.31. Web safe color of #af05ad is #990099. Color #af05ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 10101101
Octal 257 5 255
Decimal 175 5 173
Hex AF 5 AD

RGB Percentages of Color #af05ad

%49.58
%1.42
%49.01

CMYK Percentages of Color #af05ad

%0
%97
%1
%31

Triadic Colors of #af05ad

#af05ad #adaf05 #05adaf

Analogous Colors of #af05ad

#af05ad #af0558 #5c05af

Monochromatic Colors of #af05ad

#af05ad

Complementary Color

#af05ad #05af07

#af05ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af05ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af05ad Color CSS Codes

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

#af05ad Text Font Color

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

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


#af05ad Background Color

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

This div background color is #af05ad


#af05ad Border Color

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

This div border color is #af05ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af05ad


Comments

No comments written yet.

Please login to write comment.