Color Hex Logo

#af36aa Color Hex

#AF36AA
(175,54,170)
0 Favorites   0 Comments

Color spaces of #af36aa

RGB 17554170
HSL0.840.530.45
HSV302°69°69°
CMYK 0.000.690.03   0.31
XYZ26.254114.654639.4751
Yxy14.65460.32660.1823
Hunter Lab38.281355.4265-34.3420
CIE-Lab45.157462.0192-37.1665

#af36aa color RGB value is (175,54,170).

#af36aa hex color red value is 175, green value is 54 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af36aa hue: 0.84 , saturation: 0.53 and the lightness value of af36aa is 0.45.

The process color (four color CMYK) of #af36aa color hex is 0.00, 0.69, 0.03, 0.31. Web safe color of #af36aa is #993399. Color #af36aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 10101010
Octal 257 66 252
Decimal 175 54 170
Hex AF 36 AA

RGB Percentages of Color #af36aa

%43.86
%13.53
%42.61

CMYK Percentages of Color #af36aa

%0
%69
%3
%31

Triadic Colors of #af36aa

#af36aa #aaaf36 #36aaaf

Analogous Colors of #af36aa

#af36aa #af366e #7836af

Monochromatic Colors of #af36aa

#af36aa

Complementary Color

#af36aa #36af3b

#af36aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af36aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af36aa Color CSS Codes

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

#af36aa Text Font Color

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

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


#af36aa Background Color

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

This div background color is #af36aa


#af36aa Border Color

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

This div border color is #af36aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af36aa


Comments

No comments written yet.

Please login to write comment.