Color Hex Logo

#af109e Color Hex

#AF109E
(175,16,158)
0 Favorites   0 Comments

Color spaces of #af109e

RGB 17516158
HSL0.850.830.37
HSV306°91°69°
CMYK 0.000.910.10   0.31
XYZ24.036011.953233.3881
Yxy11.95320.34650.1723
Hunter Lab34.573463.5927-33.0559
CIE-Lab41.141669.8872-36.3474

#af109e color RGB value is (175,16,158).

#af109e hex color red value is 175, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af109e hue: 0.85 , saturation: 0.83 and the lightness value of af109e is 0.37.

The process color (four color CMYK) of #af109e color hex is 0.00, 0.91, 0.10, 0.31. Web safe color of #af109e is #990099. Color #af109e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 10011110
Octal 257 20 236
Decimal 175 16 158
Hex AF 10 9E

RGB Percentages of Color #af109e

%50.14
%4.58
%45.27

CMYK Percentages of Color #af109e

%0
%91
%10
%31

Triadic Colors of #af109e

#af109e #9eaf10 #109eaf

Analogous Colors of #af109e

#af109e #af104f #7110af

Monochromatic Colors of #af109e

#af109e

Complementary Color

#af109e #10af21

#af109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af109e Color CSS Codes

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

#af109e Text Font Color

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

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


#af109e Background Color

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

This div background color is #af109e


#af109e Border Color

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

This div border color is #af109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af109e


Comments

No comments written yet.

Please login to write comment.