Color Hex Logo

#af73da Color Hex

#AF73DA
(175,115,218)
0 Favorites   0 Comments

Color spaces of #af73da

RGB 175115218
HSL0.760.580.65
HSV275°47°85°
CMYK 0.200.470.00   0.15
XYZ36.464826.437469.5107
Yxy26.43740.27540.1997
Hunter Lab51.417336.6107-44.1616
CIE-Lab58.449942.4089-43.8489

#af73da color RGB value is (175,115,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 11011010
Octal 257 163 332
Decimal 175 115 218
Hex AF 73 DA

RGB Percentages of Color #af73da

%34.45
%22.64
%42.91

CMYK Percentages of Color #af73da

%20
%47
%0
%15

Triadic Colors of #af73da

#af73da #daaf73 #73daaf

Analogous Colors of #af73da

#af73da #da73d2 #7c73da

Monochromatic Colors of #af73da

#af73da

Complementary Color

#af73da #9eda73

#af73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af73da Color CSS Codes

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

#af73da Text Font Color

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

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


#af73da Background Color

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

This div background color is #af73da


#af73da Border Color

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

This div border color is #af73da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,115,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 #af73da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af73da


Comments

No comments written yet.

Please login to write comment.