Color Hex Logo

#a8227d Color Hex

#A8227D
(168,34,125)
0 Favorites   0 Comments

Color spaces of #a8227d

RGB 16834125
HSL0.890.660.40
HSV319°80°66°
CMYK 0.000.800.26   0.34
XYZ20.422110.949620.4391
Yxy10.94960.39420.2113
Hunter Lab33.090252.2561-13.4590
CIE-Lab39.495560.2682-18.8336

#a8227d color RGB value is (168,34,125).

#a8227d hex color red value is 168, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a8227d hue: 0.89 , saturation: 0.66 and the lightness value of a8227d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100010 01111101
Octal 250 42 175
Decimal 168 34 125
Hex A8 22 7D

RGB Percentages of Color #a8227d

%51.38
%10.40
%38.23

CMYK Percentages of Color #a8227d

%0
%80
%26
%34

Triadic Colors of #a8227d

#a8227d #7da822 #227da8

Analogous Colors of #a8227d

#a8227d #a8223a #9022a8

Monochromatic Colors of #a8227d

#a8227d

Complementary Color

#a8227d #22a84d

#a8227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8227d Color CSS Codes

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

#a8227d Text Font Color

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

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


#a8227d Background Color

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

This div background color is #a8227d


#a8227d Border Color

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

This div border color is #a8227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8227d


Comments

No comments written yet.

Please login to write comment.