Color Hex Logo

#a00360 Color Hex

#A00360
(160,3,96)
0 Favorites   0 Comments

Color spaces of #a00360

RGB 160396
HSL0.900.960.32
HSV324°98°63°
CMYK 0.000.980.40   0.37
XYZ16.64118.383211.8074
Yxy8.38320.45180.2276
Hunter Lab28.953851.9234-3.9110
CIE-Lab34.768560.8865-7.8416

#a00360 color RGB value is (160,3,96).

#a00360 hex color red value is 160, green value is 3 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a00360 hue: 0.90 , saturation: 0.96 and the lightness value of a00360 is 0.32.

The process color (four color CMYK) of #a00360 color hex is 0.00, 0.98, 0.40, 0.37. Web safe color of #a00360 is #990066. Color #a00360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000011 01100000
Octal 240 3 140
Decimal 160 3 96
Hex A0 3 60

RGB Percentages of Color #a00360

%61.78
%1.16
%37.07

CMYK Percentages of Color #a00360

%0
%98
%40
%37

Triadic Colors of #a00360

#a00360 #60a003 #0360a0

Analogous Colors of #a00360

#a00360 #a00312 #9203a0

Monochromatic Colors of #a00360

#a00360

Complementary Color

#a00360 #03a043

#a00360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00360 Color CSS Codes

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

#a00360 Text Font Color

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

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


#a00360 Background Color

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

This div background color is #a00360


#a00360 Border Color

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

This div border color is #a00360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00360


Comments

No comments written yet.

Please login to write comment.