Color Hex Logo

#af20cb Color Hex

#AF20CB
(175,32,203)
0 Favorites   0 Comments

Color spaces of #af20cb

RGB 17532203
HSL0.810.730.46
HSV290°84°80°
CMYK 0.140.840.00   0.20
XYZ28.975214.458857.7636
Yxy14.45880.28630.1429
Hunter Lab38.024769.4754-63.4505
CIE-Lab44.883874.0807-56.9333

#af20cb color RGB value is (175,32,203).

#af20cb hex color red value is 175, green value is 32 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af20cb hue: 0.81 , saturation: 0.73 and the lightness value of af20cb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 11001011
Octal 257 40 313
Decimal 175 32 203
Hex AF 20 CB

RGB Percentages of Color #af20cb

%42.68
%7.80
%49.51

CMYK Percentages of Color #af20cb

%14
%84
%0
%20

Triadic Colors of #af20cb

#af20cb #cbaf20 #20cbaf

Analogous Colors of #af20cb

#af20cb #cb2092 #5920cb

Monochromatic Colors of #af20cb

#af20cb

Complementary Color

#af20cb #3ccb20

#af20cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af20cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af20cb Color CSS Codes

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

#af20cb Text Font Color

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

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


#af20cb Background Color

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

This div background color is #af20cb


#af20cb Border Color

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

This div border color is #af20cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af20cb


Comments

No comments written yet.

Please login to write comment.