Color Hex Logo

#af52fc Color Hex

#AF52FC
(175,82,252)
0 Favorites   0 Comments

Color spaces of #af52fc

RGB 17582252
HSL0.760.970.65
HSV273°67°99°
CMYK 0.310.670.00   0.01
XYZ38.267222.176894.3591
Yxy22.17680.24720.1433
Hunter Lab47.092262.6378-85.8352
CIE-Lab54.214166.5568-69.6210

#af52fc color RGB value is (175,82,252).

#af52fc hex color red value is 175, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af52fc hue: 0.76 , saturation: 0.97 and the lightness value of af52fc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 11111100
Octal 257 122 374
Decimal 175 82 252
Hex AF 52 FC

RGB Percentages of Color #af52fc

%34.38
%16.11
%49.51

CMYK Percentages of Color #af52fc

%31
%67
%0
%1

Triadic Colors of #af52fc

#af52fc #fcaf52 #52fcaf

Analogous Colors of #af52fc

#af52fc #fc52f4 #5a52fc

Monochromatic Colors of #af52fc

#af52fc

Complementary Color

#af52fc #9ffc52

#af52fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52fc Color CSS Codes

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

#af52fc Text Font Color

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

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


#af52fc Background Color

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

This div background color is #af52fc


#af52fc Border Color

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

This div border color is #af52fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,82,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 #af52fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52fc

Related Colors


Comments

No comments written yet.

Please login to write comment.