Color Hex Logo

#af115f Color Hex

#AF115F
(175,17,95)
0 Favorites   0 Comments

Color spaces of #af115f

RGB 1751795
HSL0.920.820.38
HSV330°90°69°
CMYK 0.000.900.46   0.31
XYZ19.945210.341111.7713
Yxy10.34110.47420.2459
Hunter Lab32.157654.43590.8072
CIE-Lab38.447862.4345-1.4008

#af115f color RGB value is (175,17,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 01011111
Octal 257 21 137
Decimal 175 17 95
Hex AF 11 5F

RGB Percentages of Color #af115f

%60.98
%5.92
%33.10

CMYK Percentages of Color #af115f

%0
%90
%46
%31

Triadic Colors of #af115f

#af115f #5faf11 #115faf

Analogous Colors of #af115f

#af115f #af1211 #af11ae

Monochromatic Colors of #af115f

#af115f

Complementary Color

#af115f #11af61

#af115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af115f Color CSS Codes

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

#af115f Text Font Color

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

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


#af115f Background Color

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

This div background color is #af115f


#af115f Border Color

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

This div border color is #af115f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af115f


Comments

No comments written yet.

Please login to write comment.