Color Hex Logo

#af53da Color Hex

#AF53DA
(175,83,218)
0 Favorites   0 Comments

Color spaces of #af53da

RGB 17583218
HSL0.780.650.59
HSV281°62°85°
CMYK 0.200.620.00   0.15
XYZ33.427320.362468.4982
Yxy20.36240.27330.1665
Hunter Lab45.124753.2602-58.4134
CIE-Lab52.244558.7746-53.7077

#af53da color RGB value is (175,83,218).

#af53da hex color red value is 175, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af53da hue: 0.78 , saturation: 0.65 and the lightness value of af53da is 0.59.

The process color (four color CMYK) of #af53da color hex is 0.20, 0.62, 0.00, 0.15. Web safe color of #af53da is #9966cc. Color #af53da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 11011010
Octal 257 123 332
Decimal 175 83 218
Hex AF 53 DA

RGB Percentages of Color #af53da

%36.76
%17.44
%45.80

CMYK Percentages of Color #af53da

%20
%62
%0
%15

Triadic Colors of #af53da

#af53da #daaf53 #53daaf

Analogous Colors of #af53da

#af53da #da53c2 #6c53da

Monochromatic Colors of #af53da

#af53da

Complementary Color

#af53da #7eda53

#af53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53da Color CSS Codes

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

#af53da Text Font Color

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

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


#af53da Background Color

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

This div background color is #af53da


#af53da Border Color

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

This div border color is #af53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53da


Comments

No comments written yet.

Please login to write comment.