Color Hex Logo

#af71af Color Hex

#AF71AF
(175,113,175)
0 Favorites   0 Comments

Color spaces of #af71af

RGB 175113175
HSL0.830.280.56
HSV300°35°69°
CMYK 0.000.350.00   0.31
XYZ31.322224.019443.5428
Yxy24.01940.31680.2429
Hunter Lab49.009628.3132-18.3698
CIE-Lab56.107234.5551-23.0267

#af71af color RGB value is (175,113,175).

#af71af hex color red value is 175, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #af71af hue: 0.83 , saturation: 0.28 and the lightness value of af71af is 0.56.

The process color (four color CMYK) of #af71af color hex is 0.00, 0.35, 0.00, 0.31. Web safe color of #af71af is #996699. Color #af71af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 10101111
Octal 257 161 257
Decimal 175 113 175
Hex AF 71 AF

RGB Percentages of Color #af71af

%37.80
%24.41
%37.80

CMYK Percentages of Color #af71af

%0
%35
%0
%31

Triadic Colors of #af71af

#af71af #afaf71 #71afaf

Analogous Colors of #af71af

#af71af #af7190 #9071af

Monochromatic Colors of #af71af

#af71af

Complementary Color

#af71af #71af71

#af71af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af71af Color Preview on White Background

Lorem ipsum dolor sit amet.

#af71af Color CSS Codes

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

#af71af Text Font Color

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

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


#af71af Background Color

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

This div background color is #af71af


#af71af Border Color

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

This div border color is #af71af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af71af


Comments

No comments written yet.

Please login to write comment.