Color Hex Logo

#af36ab Color Hex

#AF36AB
(175,54,171)
0 Favorites   0 Comments

Color spaces of #af36ab

RGB 17554171
HSL0.840.530.45
HSV302°69°69°
CMYK 0.000.690.02   0.31
XYZ26.349014.692639.9753
Yxy14.69260.32520.1814
Hunter Lab38.330955.6233-35.0019
CIE-Lab45.210362.1834-37.6752

#af36ab color RGB value is (175,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 10101011
Octal 257 66 253
Decimal 175 54 171
Hex AF 36 AB

RGB Percentages of Color #af36ab

%43.75
%13.50
%42.75

CMYK Percentages of Color #af36ab

%0
%69
%2
%31

Triadic Colors of #af36ab

#af36ab #abaf36 #36abaf

Analogous Colors of #af36ab

#af36ab #af366f #7736af

Monochromatic Colors of #af36ab

#af36ab

Complementary Color

#af36ab #36af3a

#af36ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af36ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af36ab Color CSS Codes

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

#af36ab Text Font Color

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

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


#af36ab Background Color

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

This div background color is #af36ab


#af36ab Border Color

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

This div border color is #af36ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af36ab


Comments

No comments written yet.

Please login to write comment.