Color Hex Logo

#af22bb Color Hex

#AF22BB
(175,34,187)
0 Favorites   0 Comments

Color spaces of #af22bb

RGB 17534187
HSL0.820.690.43
HSV295°82°73°
CMYK 0.060.820.00   0.27
XYZ27.220913.845948.2515
Yxy13.84590.30480.1550
Hunter Lab37.210165.4634-50.8362
CIE-Lab44.011170.9092-49.0128

#af22bb color RGB value is (175,34,187).

#af22bb hex color red value is 175, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af22bb hue: 0.82 , saturation: 0.69 and the lightness value of af22bb is 0.43.

The process color (four color CMYK) of #af22bb color hex is 0.06, 0.82, 0.00, 0.27. Web safe color of #af22bb is #9933cc. Color #af22bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100010 10111011
Octal 257 42 273
Decimal 175 34 187
Hex AF 22 BB

RGB Percentages of Color #af22bb

%44.19
%8.59
%47.22

CMYK Percentages of Color #af22bb

%6
%82
%0
%27

Triadic Colors of #af22bb

#af22bb #bbaf22 #22bbaf

Analogous Colors of #af22bb

#af22bb #bb227b #6322bb

Monochromatic Colors of #af22bb

#af22bb

Complementary Color

#af22bb #2ebb22

#af22bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af22bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af22bb Color CSS Codes

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

#af22bb Text Font Color

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

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


#af22bb Background Color

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

This div background color is #af22bb


#af22bb Border Color

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

This div border color is #af22bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af22bb


Comments

No comments written yet.

Please login to write comment.