Color Hex Logo

#af396d Color Hex

#AF396D
(175,57,109)
0 Favorites   0 Comments

Color spaces of #af396d

RGB 17557109
HSL0.930.510.45
HSV334°67°69°
CMYK 0.000.670.38   0.31
XYZ21.902613.144315.8507
Yxy13.14430.43030.2582
Hunter Lab36.255144.3900-0.5430
CIE-Lab42.979952.3178-3.5212

#af396d color RGB value is (175,57,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 01101101
Octal 257 71 155
Decimal 175 57 109
Hex AF 39 6D

RGB Percentages of Color #af396d

%51.32
%16.72
%31.96

CMYK Percentages of Color #af396d

%0
%67
%38
%31

Triadic Colors of #af396d

#af396d #6daf39 #396daf

Analogous Colors of #af396d

#af396d #af4039 #af39a8

Monochromatic Colors of #af396d

#af396d

Complementary Color

#af396d #39af7b

#af396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af396d Color CSS Codes

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

#af396d Text Font Color

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

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


#af396d Background Color

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

This div background color is #af396d


#af396d Border Color

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

This div border color is #af396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af396d


Comments

No comments written yet.

Please login to write comment.