Color Hex Logo

#af44ff Color Hex

#AF44FF
(175,68,255)
0 Favorites   0 Comments

Color spaces of #af44ff

RGB 17568255
HSL0.761.000.63
HSV274°73°100°
CMYK 0.310.730.00   0.00
XYZ37.796320.468296.5664
Yxy20.46820.24410.1322
Hunter Lab45.241869.9509-94.8824
CIE-Lab52.362573.0172-74.2888

#af44ff color RGB value is (175,68,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 11111111
Octal 257 104 377
Decimal 175 68 255
Hex AF 44 FF

RGB Percentages of Color #af44ff

%35.14
%13.65
%51.20

CMYK Percentages of Color #af44ff

%31
%73
%0
%0

Triadic Colors of #af44ff

#af44ff #ffaf44 #44ffaf

Analogous Colors of #af44ff

#af44ff #ff44f2 #5144ff

Monochromatic Colors of #af44ff

#af44ff

Complementary Color

#af44ff #94ff44

#af44ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af44ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af44ff Color CSS Codes

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

#af44ff Text Font Color

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

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


#af44ff Background Color

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

This div background color is #af44ff


#af44ff Border Color

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

This div border color is #af44ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af44ff


Comments

No comments written yet.

Please login to write comment.