Color Hex Logo

#af33ad Color Hex

#AF33AD
(175,51,173)
0 Favorites   0 Comments

Color spaces of #af33ad

RGB 17551173
HSL0.840.550.44
HSV301°71°69°
CMYK 0.000.710.01   0.31
XYZ26.405814.498740.9420
Yxy14.49870.32260.1771
Hunter Lab38.077257.1514-37.0968
CIE-Lab44.939863.5833-39.2868

#af33ad color RGB value is (175,51,173).

#af33ad hex color red value is 175, green value is 51 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #af33ad hue: 0.84 , saturation: 0.55 and the lightness value of af33ad is 0.44.

The process color (four color CMYK) of #af33ad color hex is 0.00, 0.71, 0.01, 0.31. Web safe color of #af33ad is #993399. Color #af33ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 10101101
Octal 257 63 255
Decimal 175 51 173
Hex AF 33 AD

RGB Percentages of Color #af33ad

%43.86
%12.78
%43.36

CMYK Percentages of Color #af33ad

%0
%71
%1
%31

Triadic Colors of #af33ad

#af33ad #adaf33 #33adaf

Analogous Colors of #af33ad

#af33ad #af336f #7333af

Monochromatic Colors of #af33ad

#af33ad

Complementary Color

#af33ad #33af35

#af33ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af33ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af33ad Color CSS Codes

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

#af33ad Text Font Color

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

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


#af33ad Background Color

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

This div background color is #af33ad


#af33ad Border Color

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

This div border color is #af33ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af33ad


Comments

No comments written yet.

Please login to write comment.