Color Hex Logo

#af396c Color Hex

#AF396C
(175,57,108)
0 Favorites   0 Comments

Color spaces of #af396c

RGB 17557108
HSL0.930.510.45
HSV334°67°69°
CMYK 0.000.670.38   0.31
XYZ21.849113.122915.5688
Yxy13.12290.43230.2596
Hunter Lab36.225544.2659-0.1234
CIE-Lab42.947852.2060-2.9489

#af396c color RGB value is (175,57,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 01101100
Octal 257 71 154
Decimal 175 57 108
Hex AF 39 6C

RGB Percentages of Color #af396c

%51.47
%16.76
%31.76

CMYK Percentages of Color #af396c

%0
%67
%38
%31

Triadic Colors of #af396c

#af396c #6caf39 #396caf

Analogous Colors of #af396c

#af396c #af4139 #af39a7

Monochromatic Colors of #af396c

#af396c

Complementary Color

#af396c #39af7c

#af396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af396c Color CSS Codes

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

#af396c Text Font Color

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

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


#af396c Background Color

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

This div background color is #af396c


#af396c Border Color

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

This div border color is #af396c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af396c


Comments

No comments written yet.

Please login to write comment.