Color Hex Logo

#af0161 Color Hex

#AF0161
(175,1,97)
0 Favorites   0 Comments

Color spaces of #af0161

RGB 175197
HSL0.910.990.35
HSV327°99°69°
CMYK 0.000.990.45   0.31
XYZ19.84779.998712.1931
Yxy9.99870.47210.2378
Hunter Lab31.620756.7047-0.7280
CIE-Lab37.840164.5689-3.5732

#af0161 color RGB value is (175,1,97).

#af0161 hex color red value is 175, green value is 1 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #af0161 hue: 0.91 , saturation: 0.99 and the lightness value of af0161 is 0.35.

The process color (four color CMYK) of #af0161 color hex is 0.00, 0.99, 0.45, 0.31. Web safe color of #af0161 is #990066. Color #af0161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000001 01100001
Octal 257 1 141
Decimal 175 1 97
Hex AF 1 61

RGB Percentages of Color #af0161

%64.10
%0.37
%35.53

CMYK Percentages of Color #af0161

%0
%99
%45
%31

Triadic Colors of #af0161

#af0161 #61af01 #0161af

Analogous Colors of #af0161

#af0161 #af010a #a601af

Monochromatic Colors of #af0161

#af0161

Complementary Color

#af0161 #01af4f

#af0161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0161 Color CSS Codes

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

#af0161 Text Font Color

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

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


#af0161 Background Color

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

This div background color is #af0161


#af0161 Border Color

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

This div border color is #af0161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0161


Comments

No comments written yet.

Please login to write comment.