Color Hex Logo

#af05fc Color Hex

#AF05FC
(175,5,252)
0 Favorites   0 Comments

Color spaces of #af05fc

RGB 1755252
HSL0.780.980.50
HSV281°98°99°
CMYK 0.310.980.00   0.01
XYZ35.304216.250893.3714
Yxy16.25080.24360.1121
Hunter Lab40.312385.7781-109.1090
CIE-Lab47.301886.5649-80.8710

#af05fc color RGB value is (175,5,252).

#af05fc hex color red value is 175, green value is 5 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af05fc hue: 0.78 , saturation: 0.98 and the lightness value of af05fc is 0.50.

The process color (four color CMYK) of #af05fc color hex is 0.31, 0.98, 0.00, 0.01. Web safe color of #af05fc is #9900ff. Color #af05fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 11111100
Octal 257 5 374
Decimal 175 5 252
Hex AF 5 FC

RGB Percentages of Color #af05fc

%40.51
%1.16
%58.33

CMYK Percentages of Color #af05fc

%31
%98
%0
%1

Triadic Colors of #af05fc

#af05fc #fcaf05 #05fcaf

Analogous Colors of #af05fc

#af05fc #fc05ce #3405fc

Monochromatic Colors of #af05fc

#af05fc

Complementary Color

#af05fc #52fc05

#af05fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af05fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af05fc Color CSS Codes

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

#af05fc Text Font Color

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

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


#af05fc Background Color

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

This div background color is #af05fc


#af05fc Border Color

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

This div border color is #af05fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af05fc


Comments

No comments written yet.

Please login to write comment.