Color Hex Logo

#af37ab Color Hex

#AF37AB
(175,55,171)
0 Favorites   0 Comments

Color spaces of #af37ab

RGB 17555171
HSL0.840.520.45
HSV302°69°69°
CMYK 0.000.690.02   0.31
XYZ26.396114.786639.9910
Yxy14.78660.32520.1822
Hunter Lab38.453355.2370-34.7435
CIE-Lab45.340561.8161-37.4694

#af37ab color RGB value is (175,55,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 10101011
Octal 257 67 253
Decimal 175 55 171
Hex AF 37 AB

RGB Percentages of Color #af37ab

%43.64
%13.72
%42.64

CMYK Percentages of Color #af37ab

%0
%69
%2
%31

Triadic Colors of #af37ab

#af37ab #abaf37 #37abaf

Analogous Colors of #af37ab

#af37ab #af376f #7737af

Monochromatic Colors of #af37ab

#af37ab

Complementary Color

#af37ab #37af3b

#af37ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af37ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af37ab Color CSS Codes

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

#af37ab Text Font Color

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

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


#af37ab Background Color

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

This div background color is #af37ab


#af37ab Border Color

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

This div border color is #af37ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af37ab


Comments

No comments written yet.

Please login to write comment.