Color Hex Logo

#a00150 Color Hex

#A00150
(160,1,80)
0 Favorites   0 Comments

Color spaces of #a00150

RGB 160180
HSL0.920.990.32
HSV330°99°63°
CMYK 0.000.990.50   0.37
XYZ15.95608.07458.3070
Yxy8.07450.49340.2497
Hunter Lab28.415750.50412.5582
CIE-Lab34.137659.71371.6189

#a00150 color RGB value is (160,1,80).

#a00150 hex color red value is 160, green value is 1 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a00150 hue: 0.92 , saturation: 0.99 and the lightness value of a00150 is 0.32.

The process color (four color CMYK) of #a00150 color hex is 0.00, 0.99, 0.50, 0.37. Web safe color of #a00150 is #990066. Color #a00150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000001 01010000
Octal 240 1 120
Decimal 160 1 80
Hex A0 1 50

RGB Percentages of Color #a00150

%66.39
%0.41
%33.20

CMYK Percentages of Color #a00150

%0
%99
%50
%37

Triadic Colors of #a00150

#a00150 #50a001 #0150a0

Analogous Colors of #a00150

#a00150 #a00201 #a001a0

Monochromatic Colors of #a00150

#a00150

Complementary Color

#a00150 #01a051

#a00150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00150 Color CSS Codes

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

#a00150 Text Font Color

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

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


#a00150 Background Color

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

This div background color is #a00150


#a00150 Border Color

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

This div border color is #a00150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,1,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 #a00150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00150


Comments

No comments written yet.

Please login to write comment.