Color Hex Logo

#af10ab Color Hex

#AF10AB
(175,16,171)
0 Favorites   0 Comments

Color spaces of #af10ab

RGB 17516171
HSL0.840.830.37
HSV302°91°69°
CMYK 0.000.910.02   0.31
XYZ25.215212.424839.5973
Yxy12.42480.32650.1609
Hunter Lab35.248866.0043-41.9301
CIE-Lab41.883571.7781-42.9583

#af10ab color RGB value is (175,16,171).

#af10ab hex color red value is 175, green value is 16 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af10ab hue: 0.84 , saturation: 0.83 and the lightness value of af10ab is 0.37.

The process color (four color CMYK) of #af10ab color hex is 0.00, 0.91, 0.02, 0.31. Web safe color of #af10ab is #990099. Color #af10ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 10101011
Octal 257 20 253
Decimal 175 16 171
Hex AF 10 AB

RGB Percentages of Color #af10ab

%48.34
%4.42
%47.24

CMYK Percentages of Color #af10ab

%0
%91
%2
%31

Triadic Colors of #af10ab

#af10ab #abaf10 #10abaf

Analogous Colors of #af10ab

#af10ab #af105c #6310af

Monochromatic Colors of #af10ab

#af10ab

Complementary Color

#af10ab #10af14

#af10ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af10ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af10ab Color CSS Codes

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

#af10ab Text Font Color

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

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


#af10ab Background Color

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

This div background color is #af10ab


#af10ab Border Color

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

This div border color is #af10ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af10ab


Comments

No comments written yet.

Please login to write comment.