Color Hex Logo

#af24ff Color Hex

#AF24FF
(175,36,255)
0 Favorites   0 Comments

Color spaces of #af24ff

RGB 17536255
HSL0.771.000.57
HSV278°86°100°
CMYK 0.310.860.00   0.00
XYZ36.360117.595796.0877
Yxy17.59570.24230.1173
Hunter Lab41.947281.3172-106.4514
CIE-Lab49.002082.7846-79.7646

#af24ff color RGB value is (175,36,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 11111111
Octal 257 44 377
Decimal 175 36 255
Hex AF 24 FF

RGB Percentages of Color #af24ff

%37.55
%7.73
%54.72

CMYK Percentages of Color #af24ff

%31
%86
%0
%0

Triadic Colors of #af24ff

#af24ff #ffaf24 #24ffaf

Analogous Colors of #af24ff

#af24ff #ff24e2 #4224ff

Monochromatic Colors of #af24ff

#af24ff

Complementary Color

#af24ff #74ff24

#af24ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af24ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af24ff Color CSS Codes

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

#af24ff Text Font Color

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

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


#af24ff Background Color

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

This div background color is #af24ff


#af24ff Border Color

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

This div border color is #af24ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af24ff

#af24ff Color Palettes


Comments

No comments written yet.

Please login to write comment.