Color Hex Logo

#af15da Color Hex

#AF15DA
(175,21,218)
0 Favorites   0 Comments

Color spaces of #af15da

RGB 17521218
HSL0.800.820.47
HSV287°90°85°
CMYK 0.200.900.00   0.15
XYZ30.602314.712267.5565
Yxy14.71220.27110.1303
Hunter Lab38.356575.2904-77.5767
CIE-Lab45.237578.7410-64.9998

#af15da color RGB value is (175,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 11011010
Octal 257 25 332
Decimal 175 21 218
Hex AF 15 DA

RGB Percentages of Color #af15da

%42.27
%5.07
%52.66

CMYK Percentages of Color #af15da

%20
%90
%0
%15

Triadic Colors of #af15da

#af15da #daaf15 #15daaf

Analogous Colors of #af15da

#af15da #da15a3 #4d15da

Monochromatic Colors of #af15da

#af15da

Complementary Color

#af15da #40da15

#af15da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af15da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af15da Color CSS Codes

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

#af15da Text Font Color

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

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


#af15da Background Color

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

This div background color is #af15da


#af15da Border Color

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

This div border color is #af15da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af15da


Comments

No comments written yet.

Please login to write comment.