Color Hex Logo

#a82890 Color Hex

#A82890
(168,40,144)
0 Favorites   0 Comments

Color spaces of #a82890

RGB 16840144
HSL0.860.620.41
HSV311°76°66°
CMYK 0.000.760.14   0.34
XYZ21.941311.856027.5176
Yxy11.85600.35780.1934
Hunter Lab34.432553.4878-23.2803
CIE-Lab40.986361.0911-28.1961

#a82890 color RGB value is (168,40,144).

#a82890 hex color red value is 168, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a82890 hue: 0.86 , saturation: 0.62 and the lightness value of a82890 is 0.41.

The process color (four color CMYK) of #a82890 color hex is 0.00, 0.76, 0.14, 0.34. Web safe color of #a82890 is #993399. Color #a82890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101000 10010000
Octal 250 50 220
Decimal 168 40 144
Hex A8 28 90

RGB Percentages of Color #a82890

%47.73
%11.36
%40.91

CMYK Percentages of Color #a82890

%0
%76
%14
%34

Triadic Colors of #a82890

#a82890 #90a828 #2890a8

Analogous Colors of #a82890

#a82890 #a82850 #8028a8

Monochromatic Colors of #a82890

#a82890

Complementary Color

#a82890 #28a840

#a82890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82890 Color CSS Codes

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

#a82890 Text Font Color

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

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


#a82890 Background Color

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

This div background color is #a82890


#a82890 Border Color

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

This div border color is #a82890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82890


Comments

No comments written yet.

Please login to write comment.