Color Hex Logo

#af136d Color Hex

#AF136D
(175,19,109)
0 Favorites   0 Comments

Color spaces of #af136d

RGB 17519109
HSL0.900.800.38
HSV325°89°69°
CMYK 0.000.890.38   0.31
XYZ20.672410.683815.4406
Yxy10.68380.44170.2283
Hunter Lab32.686155.6922-5.1278
CIE-Lab39.042763.4382-9.3940

#af136d color RGB value is (175,19,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 01101101
Octal 257 23 155
Decimal 175 19 109
Hex AF 13 6D

RGB Percentages of Color #af136d

%57.76
%6.27
%35.97

CMYK Percentages of Color #af136d

%0
%89
%38
%31

Triadic Colors of #af136d

#af136d #6daf13 #136daf

Analogous Colors of #af136d

#af136d #af131f #a313af

Monochromatic Colors of #af136d

#af136d

Complementary Color

#af136d #13af55

#af136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af136d Color CSS Codes

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

#af136d Text Font Color

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

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


#af136d Background Color

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

This div background color is #af136d


#af136d Border Color

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

This div border color is #af136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af136d


Comments

No comments written yet.

Please login to write comment.