Color Hex Logo

#af58fc Color Hex

#AF58FC
(175,88,252)
0 Favorites   0 Comments

Color spaces of #af58fc

RGB 17588252
HSL0.760.960.67
HSV272°65°99°
CMYK 0.310.650.00   0.01
XYZ38.739623.121794.5166
Yxy23.12170.24770.1479
Hunter Lab48.085059.6593-82.8817
CIE-Lab55.197563.8311-68.0315

#af58fc color RGB value is (175,88,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 11111100
Octal 257 130 374
Decimal 175 88 252
Hex AF 58 FC

RGB Percentages of Color #af58fc

%33.98
%17.09
%48.93

CMYK Percentages of Color #af58fc

%31
%65
%0
%1

Triadic Colors of #af58fc

#af58fc #fcaf58 #58fcaf

Analogous Colors of #af58fc

#af58fc #fc58f7 #5d58fc

Monochromatic Colors of #af58fc

#af58fc

Complementary Color

#af58fc #a5fc58

#af58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58fc Color CSS Codes

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

#af58fc Text Font Color

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

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


#af58fc Background Color

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

This div background color is #af58fc


#af58fc Border Color

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

This div border color is #af58fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58fc


Comments

No comments written yet.

Please login to write comment.