Color Hex Logo

#af17d5 Color Hex

#AF17D5
(175,23,213)
0 Favorites   0 Comments

Color spaces of #af17d5

RGB 17523213
HSL0.800.810.46
HSV288°89°84°
CMYK 0.180.890.00   0.16
XYZ29.995814.530864.1746
Yxy14.53080.27590.1337
Hunter Lab38.119373.7517-73.1324
CIE-Lab44.984777.5513-62.5402

#af17d5 color RGB value is (175,23,213).

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

The process color (four color CMYK) of #af17d5 color hex is 0.18, 0.89, 0.00, 0.16. Web safe color of #af17d5 is #9900cc. Color #af17d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 11010101
Octal 257 27 325
Decimal 175 23 213
Hex AF 17 D5

RGB Percentages of Color #af17d5

%42.58
%5.60
%51.82

CMYK Percentages of Color #af17d5

%18
%89
%0
%16

Triadic Colors of #af17d5

#af17d5 #d5af17 #17d5af

Analogous Colors of #af17d5

#af17d5 #d5179c #5017d5

Monochromatic Colors of #af17d5

#af17d5

Complementary Color

#af17d5 #3dd517

#af17d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af17d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af17d5 Color CSS Codes

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

#af17d5 Text Font Color

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

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


#af17d5 Background Color

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

This div background color is #af17d5


#af17d5 Border Color

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

This div border color is #af17d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af17d5


Comments

No comments written yet.

Please login to write comment.