Color Hex Logo

#af17bc Color Hex

#AF17BC
(175,23,188)
0 Favorites   0 Comments

Color spaces of #af17bc

RGB 17523188
HSL0.820.780.41
HSV295°88°74°
CMYK 0.070.880.00   0.26
XYZ27.062713.357648.7289
Yxy13.35760.30360.1498
Hunter Lab36.548168.2146-53.4667
CIE-Lab43.297273.3468-50.7449

#af17bc color RGB value is (175,23,188).

#af17bc hex color red value is 175, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af17bc hue: 0.82 , saturation: 0.78 and the lightness value of af17bc is 0.41.

The process color (four color CMYK) of #af17bc color hex is 0.07, 0.88, 0.00, 0.26. Web safe color of #af17bc is #9900cc. Color #af17bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 10111100
Octal 257 27 274
Decimal 175 23 188
Hex AF 17 BC

RGB Percentages of Color #af17bc

%45.34
%5.96
%48.70

CMYK Percentages of Color #af17bc

%7
%88
%0
%26

Triadic Colors of #af17bc

#af17bc #bcaf17 #17bcaf

Analogous Colors of #af17bc

#af17bc #bc1777 #5c17bc

Monochromatic Colors of #af17bc

#af17bc

Complementary Color

#af17bc #24bc17

#af17bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af17bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af17bc Color CSS Codes

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

#af17bc Text Font Color

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

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


#af17bc Background Color

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

This div background color is #af17bc


#af17bc Border Color

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

This div border color is #af17bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af17bc


Comments

No comments written yet.

Please login to write comment.