Color Hex Logo

#af07da Color Hex

#AF07DA
(175,7,218)
0 Favorites   0 Comments

Color spaces of #af07da

RGB 1757218
HSL0.800.940.44
HSV288°97°85°
CMYK 0.200.970.00   0.15
XYZ30.410114.327967.4924
Yxy14.32790.27100.1277
Hunter Lab37.852277.1638-79.2205
CIE-Lab44.699680.3407-65.8733

#af07da color RGB value is (175,7,218).

#af07da hex color red value is 175, green value is 7 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af07da hue: 0.80 , saturation: 0.94 and the lightness value of af07da is 0.44.

The process color (four color CMYK) of #af07da color hex is 0.20, 0.97, 0.00, 0.15. Web safe color of #af07da is #9900cc. Color #af07da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 11011010
Octal 257 7 332
Decimal 175 7 218
Hex AF 7 DA

RGB Percentages of Color #af07da

%43.75
%1.75
%54.50

CMYK Percentages of Color #af07da

%20
%97
%0
%15

Triadic Colors of #af07da

#af07da #daaf07 #07daaf

Analogous Colors of #af07da

#af07da #da079c #4507da

Monochromatic Colors of #af07da

#af07da

Complementary Color

#af07da #32da07

#af07da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af07da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af07da Color CSS Codes

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

#af07da Text Font Color

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

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


#af07da Background Color

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

This div background color is #af07da


#af07da Border Color

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

This div border color is #af07da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af07da


Comments

No comments written yet.

Please login to write comment.