Color Hex Logo

#af72ff Color Hex

#AF72FF
(175,114,255)
0 Favorites   0 Comments

Color spaces of #af72ff

RGB 175114255
HSL0.741.000.72
HSV266°55°100°
CMYK 0.310.550.00   0.00
XYZ41.746528.368697.8831
Yxy28.36860.24850.1689
Hunter Lab53.262246.6981-71.6773
CIE-Lab60.220351.5345-61.6102

#af72ff color RGB value is (175,114,255).

#af72ff hex color red value is 175, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af72ff hue: 0.74 , saturation: 1.00 and the lightness value of af72ff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 11111111
Octal 257 162 377
Decimal 175 114 255
Hex AF 72 FF

RGB Percentages of Color #af72ff

%32.17
%20.96
%46.88

CMYK Percentages of Color #af72ff

%31
%55
%0
%0

Triadic Colors of #af72ff

#af72ff #ffaf72 #72ffaf

Analogous Colors of #af72ff

#af72ff #f672ff #727cff

Monochromatic Colors of #af72ff

#af72ff

Complementary Color

#af72ff #c2ff72

#af72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af72ff Color CSS Codes

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

#af72ff Text Font Color

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

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


#af72ff Background Color

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

This div background color is #af72ff


#af72ff Border Color

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

This div border color is #af72ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,114,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af72ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af72ff


Comments

No comments written yet.

Please login to write comment.