Color Hex Logo

#af3afc Color Hex

#AF3AFC
(175,58,252)
0 Favorites   0 Comments

Color spaces of #af3afc

RGB 17558252
HSL0.770.970.61
HSV276°77°99°
CMYK 0.310.770.00   0.01
XYZ36.762919.168393.8577
Yxy19.16830.24540.1280
Hunter Lab43.781673.2665-96.4570
CIE-Lab50.883576.0100-75.0250

#af3afc color RGB value is (175,58,252).

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

The process color (four color CMYK) of #af3afc color hex is 0.31, 0.77, 0.00, 0.01. Web safe color of #af3afc is #9933ff. Color #af3afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 11111100
Octal 257 72 374
Decimal 175 58 252
Hex AF 3A FC

RGB Percentages of Color #af3afc

%36.08
%11.96
%51.96

CMYK Percentages of Color #af3afc

%31
%77
%0
%1

Triadic Colors of #af3afc

#af3afc #fcaf3a #3afcaf

Analogous Colors of #af3afc

#af3afc #fc3ae8 #4e3afc

Monochromatic Colors of #af3afc

#af3afc

Complementary Color

#af3afc #87fc3a

#af3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3afc Color CSS Codes

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

#af3afc Text Font Color

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

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


#af3afc Background Color

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

This div background color is #af3afc


#af3afc Border Color

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

This div border color is #af3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3afc


Comments

No comments written yet.

Please login to write comment.