Color Hex Logo

#af175e Color Hex

#AF175E
(175,23,94)
0 Favorites   0 Comments

Color spaces of #af175e

RGB 1752394
HSL0.920.770.39
HSV332°87°69°
CMYK 0.000.870.46   0.31
XYZ20.006010.534911.5687
Yxy10.53490.47510.2502
Hunter Lab32.457553.22231.5878
CIE-Lab38.785861.2791-0.2682

#af175e color RGB value is (175,23,94).

#af175e hex color red value is 175, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af175e hue: 0.92 , saturation: 0.77 and the lightness value of af175e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 01011110
Octal 257 27 136
Decimal 175 23 94
Hex AF 17 5E

RGB Percentages of Color #af175e

%59.93
%7.88
%32.19

CMYK Percentages of Color #af175e

%0
%87
%46
%31

Triadic Colors of #af175e

#af175e #5eaf17 #175eaf

Analogous Colors of #af175e

#af175e #af1c17 #af17aa

Monochromatic Colors of #af175e

#af175e

Complementary Color

#af175e #17af68

#af175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af175e Color CSS Codes

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

#af175e Text Font Color

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

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


#af175e Background Color

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

This div background color is #af175e


#af175e Border Color

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

This div border color is #af175e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af175e


Comments

No comments written yet.

Please login to write comment.