Color Hex Logo

#af1981 Color Hex

#AF1981
(175,25,129)
0 Favorites   0 Comments

Color spaces of #af1981

RGB 17525129
HSL0.880.750.39
HSV318°86°69°
CMYK 0.000.860.26   0.31
XYZ21.989311.394221.8092
Yxy11.39420.39840.2064
Hunter Lab33.755357.2090-14.6784
CIE-Lab40.236664.5461-20.0593

#af1981 color RGB value is (175,25,129).

#af1981 hex color red value is 175, green value is 25 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #af1981 hue: 0.88 , saturation: 0.75 and the lightness value of af1981 is 0.39.

The process color (four color CMYK) of #af1981 color hex is 0.00, 0.86, 0.26, 0.31. Web safe color of #af1981 is #990099. Color #af1981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011001 10000001
Octal 257 31 201
Decimal 175 25 129
Hex AF 19 81

RGB Percentages of Color #af1981

%53.19
%7.60
%39.21

CMYK Percentages of Color #af1981

%0
%86
%26
%31

Triadic Colors of #af1981

#af1981 #81af19 #1981af

Analogous Colors of #af1981

#af1981 #af1936 #9219af

Monochromatic Colors of #af1981

#af1981

Complementary Color

#af1981 #19af47

#af1981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1981 Color CSS Codes

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

#af1981 Text Font Color

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

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


#af1981 Background Color

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

This div background color is #af1981


#af1981 Border Color

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

This div border color is #af1981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1981


Comments

No comments written yet.

Please login to write comment.