Color Hex Logo

#af22db Color Hex

#AF22DB
(175,34,219)
0 Favorites   0 Comments

Color spaces of #af22db

RGB 17534219
HSL0.790.730.50
HSV286°84°86°
CMYK 0.200.840.00   0.14
XYZ31.037415.372568.3492
Yxy15.37250.27050.1340
Hunter Lab39.207872.6894-75.9122
CIE-Lab46.140276.4663-64.1079

#af22db color RGB value is (175,34,219).

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

The process color (four color CMYK) of #af22db color hex is 0.20, 0.84, 0.00, 0.14. Web safe color of #af22db is #9933cc. Color #af22db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100010 11011011
Octal 257 42 333
Decimal 175 34 219
Hex AF 22 DB

RGB Percentages of Color #af22db

%40.89
%7.94
%51.17

CMYK Percentages of Color #af22db

%20
%84
%0
%14

Triadic Colors of #af22db

#af22db #dbaf22 #22dbaf

Analogous Colors of #af22db

#af22db #db22ab #5322db

Monochromatic Colors of #af22db

#af22db

Complementary Color

#af22db #4edb22

#af22db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af22db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af22db Color CSS Codes

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

#af22db Text Font Color

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

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


#af22db Background Color

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

This div background color is #af22db


#af22db Border Color

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

This div border color is #af22db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af22db


Comments

No comments written yet.

Please login to write comment.