Color Hex Logo

#af53ba Color Hex

#AF53BA
(175,83,186)
0 Favorites   0 Comments

Color spaces of #af53ba

RGB 17583186
HSL0.820.430.53
HSV294°55°73°
CMYK 0.060.550.00   0.27
XYZ29.635418.845648.5300
Yxy18.84560.30550.1943
Hunter Lab43.411545.8850-35.8926
CIE-Lab50.506152.3836-38.1074

#af53ba color RGB value is (175,83,186).

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

The process color (four color CMYK) of #af53ba color hex is 0.06, 0.55, 0.00, 0.27. Web safe color of #af53ba is #9966cc. Color #af53ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10111010
Octal 257 123 272
Decimal 175 83 186
Hex AF 53 BA

RGB Percentages of Color #af53ba

%39.41
%18.69
%41.89

CMYK Percentages of Color #af53ba

%6
%55
%0
%27

Triadic Colors of #af53ba

#af53ba #baaf53 #53baaf

Analogous Colors of #af53ba

#af53ba #ba5392 #7c53ba

Monochromatic Colors of #af53ba

#af53ba

Complementary Color

#af53ba #5eba53

#af53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53ba Color CSS Codes

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

#af53ba Text Font Color

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

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


#af53ba Background Color

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

This div background color is #af53ba


#af53ba Border Color

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

This div border color is #af53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53ba


Comments

No comments written yet.

Please login to write comment.