Color Hex Logo

#a8217f Color Hex

#A8217F
(168,33,127)
0 Favorites   0 Comments

Color spaces of #a8217f

RGB 16833127
HSL0.880.670.39
HSV318°80°66°
CMYK 0.000.800.24   0.34
XYZ20.523110.944821.1096
Yxy10.94480.39030.2082
Hunter Lab33.082952.8379-14.6738
CIE-Lab39.487360.7961-20.0863

#a8217f color RGB value is (168,33,127).

#a8217f hex color red value is 168, green value is 33 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a8217f hue: 0.88 , saturation: 0.67 and the lightness value of a8217f is 0.39.

The process color (four color CMYK) of #a8217f color hex is 0.00, 0.80, 0.24, 0.34. Web safe color of #a8217f is #993366. Color #a8217f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 01111111
Octal 250 41 177
Decimal 168 33 127
Hex A8 21 7F

RGB Percentages of Color #a8217f

%51.22
%10.06
%38.72

CMYK Percentages of Color #a8217f

%0
%80
%24
%34

Triadic Colors of #a8217f

#a8217f #7fa821 #217fa8

Analogous Colors of #a8217f

#a8217f #a8213c #8e21a8

Monochromatic Colors of #a8217f

#a8217f

Complementary Color

#a8217f #21a84a

#a8217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8217f Color CSS Codes

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

#a8217f Text Font Color

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

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


#a8217f Background Color

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

This div background color is #a8217f


#a8217f Border Color

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

This div border color is #a8217f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,33,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8217f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8217f;
  -webkit-box-shadow: 1px 1px 3px 2px #a8217f;
  box-shadow:         1px 1px 3px 2px #a8217f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,33,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8217f


Comments

No comments written yet.

Please login to write comment.