Color Hex Logo

#af62fc Color Hex

#AF62FC
(175,98,252)
0 Favorites   0 Comments

Color spaces of #af62fc

RGB 17598252
HSL0.750.960.69
HSV270°61°99°
CMYK 0.310.610.00   0.01
XYZ39.617624.877694.8092
Yxy24.87760.24870.1562
Hunter Lab49.877454.4968-77.7868
CIE-Lab56.956059.0312-65.1963

#af62fc color RGB value is (175,98,252).

#af62fc hex color red value is 175, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af62fc hue: 0.75 , saturation: 0.96 and the lightness value of af62fc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11111100
Octal 257 142 374
Decimal 175 98 252
Hex AF 62 FC

RGB Percentages of Color #af62fc

%33.33
%18.67
%48.00

CMYK Percentages of Color #af62fc

%31
%61
%0
%1

Triadic Colors of #af62fc

#af62fc #fcaf62 #62fcaf

Analogous Colors of #af62fc

#af62fc #fc62fc #6262fc

Monochromatic Colors of #af62fc

#af62fc

Complementary Color

#af62fc #affc62

#af62fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62fc Color CSS Codes

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

#af62fc Text Font Color

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

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


#af62fc Background Color

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

This div background color is #af62fc


#af62fc Border Color

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

This div border color is #af62fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62fc


Comments

No comments written yet.

Please login to write comment.