Color Hex Logo

#af24dd Color Hex

#AF24DD
(175,36,221)
0 Favorites   0 Comments

Color spaces of #af24dd

RGB 17536221
HSL0.790.730.50
HSV285°84°87°
CMYK 0.210.840.00   0.13
XYZ31.361215.596269.7641
Yxy15.59620.26870.1336
Hunter Lab39.492072.6384-77.0935
CIE-Lab46.440276.3666-64.7644

#af24dd color RGB value is (175,36,221).

#af24dd hex color red value is 175, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af24dd hue: 0.79 , saturation: 0.73 and the lightness value of af24dd is 0.50.

The process color (four color CMYK) of #af24dd color hex is 0.21, 0.84, 0.00, 0.13. Web safe color of #af24dd is #9933cc. Color #af24dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 11011101
Octal 257 44 335
Decimal 175 36 221
Hex AF 24 DD

RGB Percentages of Color #af24dd

%40.51
%8.33
%51.16

CMYK Percentages of Color #af24dd

%21
%84
%0
%13

Triadic Colors of #af24dd

#af24dd #ddaf24 #24ddaf

Analogous Colors of #af24dd

#af24dd #dd24af #5224dd

Monochromatic Colors of #af24dd

#af24dd

Complementary Color

#af24dd #52dd24

#af24dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af24dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af24dd Color CSS Codes

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

#af24dd Text Font Color

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

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


#af24dd Background Color

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

This div background color is #af24dd


#af24dd Border Color

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

This div border color is #af24dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af24dd


Comments

No comments written yet.

Please login to write comment.