Color Hex Logo

#af14fc Color Hex

#AF14FC
(175,20,252)
0 Favorites   0 Comments

Color spaces of #af14fc

RGB 17520252
HSL0.780.970.53
HSV280°92°99°
CMYK 0.310.920.00   0.01
XYZ35.500016.642593.4367
Yxy16.64250.24390.1143
Hunter Lab40.795283.9391-107.2402
CIE-Lab47.806485.0533-80.0454

#af14fc color RGB value is (175,20,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 11111100
Octal 257 24 374
Decimal 175 20 252
Hex AF 14 FC

RGB Percentages of Color #af14fc

%39.15
%4.47
%56.38

CMYK Percentages of Color #af14fc

%31
%92
%0
%1

Triadic Colors of #af14fc

#af14fc #fcaf14 #14fcaf

Analogous Colors of #af14fc

#af14fc #fc14d5 #3b14fc

Monochromatic Colors of #af14fc

#af14fc

Complementary Color

#af14fc #61fc14

#af14fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af14fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af14fc Color CSS Codes

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

#af14fc Text Font Color

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

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


#af14fc Background Color

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

This div background color is #af14fc


#af14fc Border Color

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

This div border color is #af14fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af14fc


Comments

No comments written yet.

Please login to write comment.