Color Hex Logo

#a80250 Color Hex

#A80250
(168,2,80)
0 Favorites   0 Comments

Color spaces of #a80250

RGB 168280
HSL0.920.980.33
HSV332°99°66°
CMYK 0.000.990.52   0.34
XYZ17.61818.94748.3879
Yxy8.94740.50400.2560
Hunter Lab29.912252.78904.3126
CIE-Lab35.882861.45384.3535

#a80250 color RGB value is (168,2,80).

#a80250 hex color red value is 168, green value is 2 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a80250 hue: 0.92 , saturation: 0.98 and the lightness value of a80250 is 0.33.

The process color (four color CMYK) of #a80250 color hex is 0.00, 0.99, 0.52, 0.34. Web safe color of #a80250 is #990066. Color #a80250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000010 01010000
Octal 250 2 120
Decimal 168 2 80
Hex A8 2 50

RGB Percentages of Color #a80250

%67.20
%0.80
%32.00

CMYK Percentages of Color #a80250

%0
%99
%52
%34

Triadic Colors of #a80250

#a80250 #50a802 #0250a8

Analogous Colors of #a80250

#a80250 #a80702 #a802a3

Monochromatic Colors of #a80250

#a80250

Complementary Color

#a80250 #02a85a

#a80250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80250 Color CSS Codes

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

#a80250 Text Font Color

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

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


#a80250 Background Color

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

This div background color is #a80250


#a80250 Border Color

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

This div border color is #a80250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80250


Comments

No comments written yet.

Please login to write comment.