Color Hex Logo

#af66fc Color Hex

#AF66FC
(175,102,252)
0 Favorites   0 Comments

Color spaces of #af66fc

RGB 175102252
HSL0.750.960.69
HSV269°60°99°
CMYK 0.310.600.00   0.01
XYZ40.001325.645094.9371
Yxy25.64500.24910.1597
Hunter Lab50.640952.3758-75.7031
CIE-Lab57.698557.0323-64.0018

#af66fc color RGB value is (175,102,252).

#af66fc hex color red value is 175, green value is 102 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af66fc hue: 0.75 , saturation: 0.96 and the lightness value of af66fc is 0.69.

The process color (four color CMYK) of #af66fc color hex is 0.31, 0.60, 0.00, 0.01. Web safe color of #af66fc is #9966ff. Color #af66fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 11111100
Octal 257 146 374
Decimal 175 102 252
Hex AF 66 FC

RGB Percentages of Color #af66fc

%33.08
%19.28
%47.64

CMYK Percentages of Color #af66fc

%31
%60
%0
%1

Triadic Colors of #af66fc

#af66fc #fcaf66 #66fcaf

Analogous Colors of #af66fc

#af66fc #fa66fc #6668fc

Monochromatic Colors of #af66fc

#af66fc

Complementary Color

#af66fc #b3fc66

#af66fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af66fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af66fc Color CSS Codes

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

#af66fc Text Font Color

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

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


#af66fc Background Color

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

This div background color is #af66fc


#af66fc Border Color

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

This div border color is #af66fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af66fc

Related Colors


Comments

No comments written yet.

Please login to write comment.