Color Hex Logo

#af13da Color Hex

#AF13DA
(175,19,218)
0 Favorites   0 Comments

Color spaces of #af13da

RGB 17519218
HSL0.800.840.46
HSV287°91°85°
CMYK 0.200.910.00   0.15
XYZ30.567014.641767.5447
Yxy14.64170.27110.1299
Hunter Lab38.264575.6292-77.8740
CIE-Lab45.139579.0315-65.1588

#af13da color RGB value is (175,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 11011010
Octal 257 23 332
Decimal 175 19 218
Hex AF 13 DA

RGB Percentages of Color #af13da

%42.48
%4.61
%52.91

CMYK Percentages of Color #af13da

%20
%91
%0
%15

Triadic Colors of #af13da

#af13da #daaf13 #13daaf

Analogous Colors of #af13da

#af13da #da13a2 #4c13da

Monochromatic Colors of #af13da

#af13da

Complementary Color

#af13da #3eda13

#af13da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af13da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af13da Color CSS Codes

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

#af13da Text Font Color

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

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


#af13da Background Color

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

This div background color is #af13da


#af13da Border Color

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

This div border color is #af13da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af13da


Comments

No comments written yet.

Please login to write comment.