Color Hex Logo

#af135c Color Hex

#AF135C
(175,19,92)
0 Favorites   0 Comments

Color spaces of #af135c

RGB 1751992
HSL0.920.800.38
HSV332°89°69°
CMYK 0.000.890.47   0.31
XYZ19.843810.352411.0775
Yxy10.35240.48080.2508
Hunter Lab32.175153.78212.1098
CIE-Lab38.467661.84470.5433

#af135c color RGB value is (175,19,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 01011100
Octal 257 23 134
Decimal 175 19 92
Hex AF 13 5C

RGB Percentages of Color #af135c

%61.19
%6.64
%32.17

CMYK Percentages of Color #af135c

%0
%89
%47
%31

Triadic Colors of #af135c

#af135c #5caf13 #135caf

Analogous Colors of #af135c

#af135c #af1813 #af13aa

Monochromatic Colors of #af135c

#af135c

Complementary Color

#af135c #13af66

#af135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af135c Color CSS Codes

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

#af135c Text Font Color

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

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


#af135c Background Color

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

This div background color is #af135c


#af135c Border Color

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

This div border color is #af135c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af135c


Comments

No comments written yet.

Please login to write comment.