Color Hex Logo

#af42ab Color Hex

#AF42AB
(175,66,171)
0 Favorites   0 Comments

Color spaces of #af42ab

RGB 17566171
HSL0.840.450.47
HSV302°62°69°
CMYK 0.000.620.02   0.31
XYZ26.978115.950740.1850
Yxy15.95070.32460.1919
Hunter Lab39.938350.6836-31.6994
CIE-Lab46.909757.4323-34.9951

#af42ab color RGB value is (175,66,171).

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

The process color (four color CMYK) of #af42ab color hex is 0.00, 0.62, 0.02, 0.31. Web safe color of #af42ab is #993399. Color #af42ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 10101011
Octal 257 102 253
Decimal 175 66 171
Hex AF 42 AB

RGB Percentages of Color #af42ab

%42.48
%16.02
%41.50

CMYK Percentages of Color #af42ab

%0
%62
%2
%31

Triadic Colors of #af42ab

#af42ab #abaf42 #42abaf

Analogous Colors of #af42ab

#af42ab #af4275 #7d42af

Monochromatic Colors of #af42ab

#af42ab

Complementary Color

#af42ab #42af46

#af42ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af42ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af42ab Color CSS Codes

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

#af42ab Text Font Color

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

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


#af42ab Background Color

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

This div background color is #af42ab


#af42ab Border Color

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

This div border color is #af42ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af42ab


Comments

No comments written yet.

Please login to write comment.