Color Hex Logo

#af17d3 Color Hex

#AF17D3
(175,23,211)
0 Favorites   0 Comments

Color spaces of #af17d3

RGB 17523211
HSL0.800.800.46
HSV289°89°83°
CMYK 0.170.890.00   0.17
XYZ29.743514.429962.8456
Yxy14.42990.27790.1348
Hunter Lab37.986773.2883-71.4993
CIE-Lab44.843377.2040-61.6186

#af17d3 color RGB value is (175,23,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 11010011
Octal 257 27 323
Decimal 175 23 211
Hex AF 17 D3

RGB Percentages of Color #af17d3

%42.79
%5.62
%51.59

CMYK Percentages of Color #af17d3

%17
%89
%0
%17

Triadic Colors of #af17d3

#af17d3 #d3af17 #17d3af

Analogous Colors of #af17d3

#af17d3 #d31799 #5117d3

Monochromatic Colors of #af17d3

#af17d3

Complementary Color

#af17d3 #3bd317

#af17d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af17d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af17d3 Color CSS Codes

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

#af17d3 Text Font Color

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

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


#af17d3 Background Color

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

This div background color is #af17d3


#af17d3 Border Color

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

This div border color is #af17d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af17d3


Comments

No comments written yet.

Please login to write comment.