Color Hex Logo

#af22d2 Color Hex

#AF22D2
(175,34,210)
0 Favorites   0 Comments

Color spaces of #af22d2

RGB 17534210
HSL0.800.720.48
HSV288°84°82°
CMYK 0.170.840.00   0.18
XYZ29.884114.911262.2758
Yxy14.91120.27910.1393
Hunter Lab38.615070.5646-68.5885
CIE-Lab45.512374.8541-59.9602

#af22d2 color RGB value is (175,34,210).

#af22d2 hex color red value is 175, green value is 34 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #af22d2 hue: 0.80 , saturation: 0.72 and the lightness value of af22d2 is 0.48.

The process color (four color CMYK) of #af22d2 color hex is 0.17, 0.84, 0.00, 0.18. Web safe color of #af22d2 is #9933cc. Color #af22d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100010 11010010
Octal 257 42 322
Decimal 175 34 210
Hex AF 22 D2

RGB Percentages of Color #af22d2

%41.77
%8.11
%50.12

CMYK Percentages of Color #af22d2

%17
%84
%0
%18

Triadic Colors of #af22d2

#af22d2 #d2af22 #22d2af

Analogous Colors of #af22d2

#af22d2 #d2229d #5722d2

Monochromatic Colors of #af22d2

#af22d2

Complementary Color

#af22d2 #45d222

#af22d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af22d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af22d2 Color CSS Codes

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

#af22d2 Text Font Color

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

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


#af22d2 Background Color

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

This div background color is #af22d2


#af22d2 Border Color

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

This div border color is #af22d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af22d2


Comments

No comments written yet.

Please login to write comment.