Color Hex Logo

#af30fc Color Hex

#AF30FC
(175,48,252)
0 Favorites   0 Comments

Color spaces of #af30fc

RGB 17548252
HSL0.770.970.59
HSV277°81°99°
CMYK 0.310.810.00   0.01
XYZ36.306818.256193.7057
Yxy18.25610.24490.1231
Hunter Lab42.727276.9053-100.1210
CIE-Lab49.805379.1448-76.7812

#af30fc color RGB value is (175,48,252).

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

The process color (four color CMYK) of #af30fc color hex is 0.31, 0.81, 0.00, 0.01. Web safe color of #af30fc is #9933ff. Color #af30fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 11111100
Octal 257 60 374
Decimal 175 48 252
Hex AF 30 FC

RGB Percentages of Color #af30fc

%36.84
%10.11
%53.05

CMYK Percentages of Color #af30fc

%31
%81
%0
%1

Triadic Colors of #af30fc

#af30fc #fcaf30 #30fcaf

Analogous Colors of #af30fc

#af30fc #fc30e3 #4930fc

Monochromatic Colors of #af30fc

#af30fc

Complementary Color

#af30fc #7dfc30

#af30fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af30fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af30fc Color CSS Codes

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

#af30fc Text Font Color

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

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


#af30fc Background Color

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

This div background color is #af30fc


#af30fc Border Color

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

This div border color is #af30fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af30fc


Comments

No comments written yet.

Please login to write comment.