Color Hex Logo

#af66ca Color Hex

#AF66CA
(175,102,202)
0 Favorites   0 Comments

Color spaces of #af66ca

RGB 175102202
HSL0.790.490.60
HSV284°50°79°
CMYK 0.130.500.00   0.21
XYZ33.091222.881058.5495
Yxy22.88100.28900.1998
Hunter Lab47.834139.7751-39.0878
CIE-Lab54.949645.9281-40.3096

#af66ca color RGB value is (175,102,202).

#af66ca hex color red value is 175, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af66ca hue: 0.79 , saturation: 0.49 and the lightness value of af66ca is 0.60.

The process color (four color CMYK) of #af66ca color hex is 0.13, 0.50, 0.00, 0.21. Web safe color of #af66ca is #9966cc. Color #af66ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 11001010
Octal 257 146 312
Decimal 175 102 202
Hex AF 66 CA

RGB Percentages of Color #af66ca

%36.53
%21.29
%42.17

CMYK Percentages of Color #af66ca

%13
%50
%0
%21

Triadic Colors of #af66ca

#af66ca #caaf66 #66caaf

Analogous Colors of #af66ca

#af66ca #ca66b3 #7d66ca

Monochromatic Colors of #af66ca

#af66ca

Complementary Color

#af66ca #81ca66

#af66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af66ca Color CSS Codes

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

#af66ca Text Font Color

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

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


#af66ca Background Color

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

This div background color is #af66ca


#af66ca Border Color

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

This div border color is #af66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af66ca


Comments

No comments written yet.

Please login to write comment.