Color Hex Logo

#af165a Color Hex

#AF165A
(175,22,90)
0 Favorites   0 Comments

Color spaces of #af165a

RGB 1752290
HSL0.930.780.39
HSV333°87°69°
CMYK 0.000.870.49   0.31
XYZ19.811610.426010.6411
Yxy10.42600.48460.2550
Hunter Lab32.289353.01513.0632
CIE-Lab38.596461.12912.0078

#af165a color RGB value is (175,22,90).

#af165a hex color red value is 175, green value is 22 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af165a hue: 0.93 , saturation: 0.78 and the lightness value of af165a is 0.39.

The process color (four color CMYK) of #af165a color hex is 0.00, 0.87, 0.49, 0.31. Web safe color of #af165a is #990066. Color #af165a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 01011010
Octal 257 26 132
Decimal 175 22 90
Hex AF 16 5A

RGB Percentages of Color #af165a

%60.98
%7.67
%31.36

CMYK Percentages of Color #af165a

%0
%87
%49
%31

Triadic Colors of #af165a

#af165a #5aaf16 #165aaf

Analogous Colors of #af165a

#af165a #af1f16 #af16a7

Monochromatic Colors of #af165a

#af165a

Complementary Color

#af165a #16af6b

#af165a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af165a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af165a Color CSS Codes

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

#af165a Text Font Color

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

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


#af165a Background Color

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

This div background color is #af165a


#af165a Border Color

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

This div border color is #af165a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af165a


Comments

No comments written yet.

Please login to write comment.