Color Hex Logo

#af316c Color Hex

#AF316C
(175,49,108)
0 Favorites   0 Comments

Color spaces of #af316c

RGB 17549108
HSL0.920.560.44
HSV332°72°69°
CMYK 0.000.720.38   0.31
XYZ21.484312.393315.4472
Yxy12.39330.43560.2513
Hunter Lab35.204147.3274-1.3729
CIE-Lab41.834555.2907-4.5955

#af316c color RGB value is (175,49,108).

#af316c hex color red value is 175, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af316c hue: 0.92 , saturation: 0.56 and the lightness value of af316c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 01101100
Octal 257 61 154
Decimal 175 49 108
Hex AF 31 6C

RGB Percentages of Color #af316c

%52.71
%14.76
%32.53

CMYK Percentages of Color #af316c

%0
%72
%38
%31

Triadic Colors of #af316c

#af316c #6caf31 #316caf

Analogous Colors of #af316c

#af316c #af3531 #af31ab

Monochromatic Colors of #af316c

#af316c

Complementary Color

#af316c #31af74

#af316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af316c Color CSS Codes

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

#af316c Text Font Color

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

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


#af316c Background Color

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

This div background color is #af316c


#af316c Border Color

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

This div border color is #af316c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,49,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 #af316c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af316c


Comments

No comments written yet.

Please login to write comment.