Color Hex Logo

#af136e Color Hex

#AF136E
(175,19,110)
0 Favorites   0 Comments

Color spaces of #af136e

RGB 17519110
HSL0.900.800.38
HSV325°89°69°
CMYK 0.000.890.37   0.31
XYZ20.726510.705515.7258
Yxy10.70550.43950.2270
Hunter Lab32.719355.8148-5.5930
CIE-Lab39.080063.5397-9.9681

#af136e color RGB value is (175,19,110).

#af136e hex color red value is 175, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af136e hue: 0.90 , saturation: 0.80 and the lightness value of af136e is 0.38.

The process color (four color CMYK) of #af136e color hex is 0.00, 0.89, 0.37, 0.31. Web safe color of #af136e is #990066. Color #af136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 01101110
Octal 257 23 156
Decimal 175 19 110
Hex AF 13 6E

RGB Percentages of Color #af136e

%57.57
%6.25
%36.18

CMYK Percentages of Color #af136e

%0
%89
%37
%31

Triadic Colors of #af136e

#af136e #6eaf13 #136eaf

Analogous Colors of #af136e

#af136e #af1320 #a213af

Monochromatic Colors of #af136e

#af136e

Complementary Color

#af136e #13af54

#af136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af136e Color CSS Codes

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

#af136e Text Font Color

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

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


#af136e Background Color

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

This div background color is #af136e


#af136e Border Color

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

This div border color is #af136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af136e


Comments

No comments written yet.

Please login to write comment.