Color Hex Logo

#af53b1 Color Hex

#AF53B1
(175,83,177)
0 Favorites   0 Comments

Color spaces of #af53b1

RGB 17583177
HSL0.830.380.51
HSV299°53°69°
CMYK 0.010.530.00   0.31
XYZ28.708318.474843.6479
Yxy18.47480.31610.2034
Hunter Lab42.982344.0028-30.1205
CIE-Lab50.067050.7031-33.5594

#af53b1 color RGB value is (175,83,177).

#af53b1 hex color red value is 175, green value is 83 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #af53b1 hue: 0.83 , saturation: 0.38 and the lightness value of af53b1 is 0.51.

The process color (four color CMYK) of #af53b1 color hex is 0.01, 0.53, 0.00, 0.31. Web safe color of #af53b1 is #996699. Color #af53b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10110001
Octal 257 123 261
Decimal 175 83 177
Hex AF 53 B1

RGB Percentages of Color #af53b1

%40.23
%19.08
%40.69

CMYK Percentages of Color #af53b1

%1
%53
%0
%31

Triadic Colors of #af53b1

#af53b1 #b1af53 #53b1af

Analogous Colors of #af53b1

#af53b1 #b15384 #8053b1

Monochromatic Colors of #af53b1

#af53b1

Complementary Color

#af53b1 #55b153

#af53b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53b1 Color CSS Codes

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

#af53b1 Text Font Color

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

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


#af53b1 Background Color

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

This div background color is #af53b1


#af53b1 Border Color

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

This div border color is #af53b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53b1


Comments

No comments written yet.

Please login to write comment.