Color Hex Logo

#af108e Color Hex

#AF108E
(175,16,142)
0 Favorites   0 Comments

Color spaces of #af108e

RGB 17516142
HSL0.870.830.37
HSV312°91°69°
CMYK 0.000.910.19   0.31
XYZ22.747011.437526.6000
Yxy11.43750.37420.1882
Hunter Lab33.819460.8757-22.9599
CIE-Lab40.307867.7252-27.9446

#af108e color RGB value is (175,16,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 10001110
Octal 257 20 216
Decimal 175 16 142
Hex AF 10 8E

RGB Percentages of Color #af108e

%52.55
%4.80
%42.64

CMYK Percentages of Color #af108e

%0
%91
%19
%31

Triadic Colors of #af108e

#af108e #8eaf10 #108eaf

Analogous Colors of #af108e

#af108e #af103e #8110af

Monochromatic Colors of #af108e

#af108e

Complementary Color

#af108e #10af31

#af108e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af108e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af108e Color CSS Codes

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

#af108e Text Font Color

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

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


#af108e Background Color

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

This div background color is #af108e


#af108e Border Color

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

This div border color is #af108e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af108e


Comments

No comments written yet.

Please login to write comment.