Color Hex Logo

#af1586 Color Hex

#AF1586
(175,21,134)
0 Favorites   0 Comments

Color spaces of #af1586

RGB 17521134
HSL0.880.790.38
HSV316°88°69°
CMYK 0.000.880.23   0.31
XYZ22.250411.371523.5765
Yxy11.37150.38900.1988
Hunter Lab33.721758.7659-17.8475
CIE-Lab40.199365.9172-23.2029

#af1586 color RGB value is (175,21,134).

#af1586 hex color red value is 175, green value is 21 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #af1586 hue: 0.88 , saturation: 0.79 and the lightness value of af1586 is 0.38.

The process color (four color CMYK) of #af1586 color hex is 0.00, 0.88, 0.23, 0.31. Web safe color of #af1586 is #990099. Color #af1586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 10000110
Octal 257 25 206
Decimal 175 21 134
Hex AF 15 86

RGB Percentages of Color #af1586

%53.03
%6.36
%40.61

CMYK Percentages of Color #af1586

%0
%88
%23
%31

Triadic Colors of #af1586

#af1586 #86af15 #1586af

Analogous Colors of #af1586

#af1586 #af1539 #8b15af

Monochromatic Colors of #af1586

#af1586

Complementary Color

#af1586 #15af3e

#af1586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1586 Color CSS Codes

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

#af1586 Text Font Color

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

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


#af1586 Background Color

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

This div background color is #af1586


#af1586 Border Color

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

This div border color is #af1586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1586


Comments

No comments written yet.

Please login to write comment.