Color Hex Logo

#af396e Color Hex

#AF396E
(175,57,110)
0 Favorites   0 Comments

Color spaces of #af396e

RGB 17557110
HSL0.930.510.45
HSV333°67°69°
CMYK 0.000.670.37   0.31
XYZ21.956813.166016.1359
Yxy13.16600.42840.2569
Hunter Lab36.285044.5154-0.9667
CIE-Lab43.012352.4306-4.0925

#af396e color RGB value is (175,57,110).

#af396e hex color red value is 175, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af396e hue: 0.93 , saturation: 0.51 and the lightness value of af396e is 0.45.

The process color (four color CMYK) of #af396e color hex is 0.00, 0.67, 0.37, 0.31. Web safe color of #af396e is #993366. Color #af396e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 01101110
Octal 257 71 156
Decimal 175 57 110
Hex AF 39 6E

RGB Percentages of Color #af396e

%51.17
%16.67
%32.16

CMYK Percentages of Color #af396e

%0
%67
%37
%31

Triadic Colors of #af396e

#af396e #6eaf39 #396eaf

Analogous Colors of #af396e

#af396e #af3f39 #af39a9

Monochromatic Colors of #af396e

#af396e

Complementary Color

#af396e #39af7a

#af396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af396e Color CSS Codes

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

#af396e Text Font Color

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

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


#af396e Background Color

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

This div background color is #af396e


#af396e Border Color

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

This div border color is #af396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af396e


Comments

No comments written yet.

Please login to write comment.