Color Hex Logo

#af084c Color Hex

#AF084C
(175,8,76)
0 Favorites   0 Comments

Color spaces of #af084c

RGB 175876
HSL0.930.910.36
HSV336°95°69°
CMYK 0.000.950.57   0.31
XYZ19.07059.80947.7258
Yxy9.80940.52100.2680
Hunter Lab31.320053.87747.2987
CIE-Lab37.498262.11929.4393

#af084c color RGB value is (175,8,76).

#af084c hex color red value is 175, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #af084c hue: 0.93 , saturation: 0.91 and the lightness value of af084c is 0.36.

The process color (four color CMYK) of #af084c color hex is 0.00, 0.95, 0.57, 0.31. Web safe color of #af084c is #990033. Color #af084c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 01001100
Octal 257 10 114
Decimal 175 8 76
Hex AF 8 4C

RGB Percentages of Color #af084c

%67.57
%3.09
%29.34

CMYK Percentages of Color #af084c

%0
%95
%57
%31

Triadic Colors of #af084c

#af084c #4caf08 #084caf

Analogous Colors of #af084c

#af084c #af1708 #af08a0

Monochromatic Colors of #af084c

#af084c

Complementary Color

#af084c #08af6b

#af084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af084c Color CSS Codes

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

#af084c Text Font Color

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

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


#af084c Background Color

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

This div background color is #af084c


#af084c Border Color

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

This div border color is #af084c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af084c


Comments

No comments written yet.

Please login to write comment.