Color Hex Logo

#af81cc Color Hex

#AF81CC
(175,129,204)
0 Favorites   0 Comments

Color spaces of #af81cc

RGB 175129204
HSL0.770.420.65
HSV277°37°80°
CMYK 0.140.370.00   0.20
XYZ36.428529.174160.8379
Yxy29.17410.28810.2307
Hunter Lab54.013125.8645-28.9725
CIE-Lab60.935031.5769-32.0817

#af81cc color RGB value is (175,129,204).

#af81cc hex color red value is 175, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af81cc hue: 0.77 , saturation: 0.42 and the lightness value of af81cc is 0.65.

The process color (four color CMYK) of #af81cc color hex is 0.14, 0.37, 0.00, 0.20. Web safe color of #af81cc is #9999cc. Color #af81cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 11001100
Octal 257 201 314
Decimal 175 129 204
Hex AF 81 CC

RGB Percentages of Color #af81cc

%34.45
%25.39
%40.16

CMYK Percentages of Color #af81cc

%14
%37
%0
%20

Triadic Colors of #af81cc

#af81cc #ccaf81 #81ccaf

Analogous Colors of #af81cc

#af81cc #cc81c4 #8a81cc

Monochromatic Colors of #af81cc

#af81cc

Complementary Color

#af81cc #9ecc81

#af81cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af81cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af81cc Color CSS Codes

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

#af81cc Text Font Color

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

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


#af81cc Background Color

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

This div background color is #af81cc


#af81cc Border Color

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

This div border color is #af81cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af81cc


Comments

No comments written yet.

Please login to write comment.