Color Hex Logo

#af0884 Color Hex

#AF0884
(175,8,132)
0 Favorites   0 Comments

Color spaces of #af0884

RGB 1758132
HSL0.880.910.36
HSV315°95°69°
CMYK 0.000.950.25   0.31
XYZ21.930910.953622.7882
Yxy10.95360.39390.1967
Hunter Lab33.096260.3629-17.6564
CIE-Lab39.502267.4397-23.0510

#af0884 color RGB value is (175,8,132).

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

The process color (four color CMYK) of #af0884 color hex is 0.00, 0.95, 0.25, 0.31. Web safe color of #af0884 is #990099. Color #af0884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 10000100
Octal 257 10 204
Decimal 175 8 132
Hex AF 8 84

RGB Percentages of Color #af0884

%55.56
%2.54
%41.90

CMYK Percentages of Color #af0884

%0
%95
%25
%31

Triadic Colors of #af0884

#af0884 #84af08 #0884af

Analogous Colors of #af0884

#af0884 #af0830 #8708af

Monochromatic Colors of #af0884

#af0884

Complementary Color

#af0884 #08af33

#af0884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0884 Color CSS Codes

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

#af0884 Text Font Color

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

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


#af0884 Background Color

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

This div background color is #af0884


#af0884 Border Color

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

This div border color is #af0884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0884


Comments

No comments written yet.

Please login to write comment.