Color Hex Logo

#af18fc Color Hex

#AF18FC
(175,24,252)
0 Favorites   0 Comments

Color spaces of #af18fc

RGB 17524252
HSL0.780.970.54
HSV280°90°99°
CMYK 0.310.900.00   0.01
XYZ35.576516.795593.4622
Yxy16.79550.24400.1152
Hunter Lab40.982383.2357-106.5262
CIE-Lab48.001384.4715-79.7266

#af18fc color RGB value is (175,24,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 11111100
Octal 257 30 374
Decimal 175 24 252
Hex AF 18 FC

RGB Percentages of Color #af18fc

%38.80
%5.32
%55.88

CMYK Percentages of Color #af18fc

%31
%90
%0
%1

Triadic Colors of #af18fc

#af18fc #fcaf18 #18fcaf

Analogous Colors of #af18fc

#af18fc #fc18d7 #3d18fc

Monochromatic Colors of #af18fc

#af18fc

Complementary Color

#af18fc #65fc18

#af18fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af18fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af18fc Color CSS Codes

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

#af18fc Text Font Color

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

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


#af18fc Background Color

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

This div background color is #af18fc


#af18fc Border Color

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

This div border color is #af18fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af18fc

Related Colors


Comments

No comments written yet.

Please login to write comment.