Color Hex Logo

#a00648 Color Hex

#A00648
(160,6,72)
0 Favorites   0 Comments

Color spaces of #a00648

RGB 160672
HSL0.930.930.33
HSV334°96°63°
CMYK 0.000.960.55   0.37
XYZ15.73208.07176.8597
Yxy8.07170.51310.2632
Hunter Lab28.410749.12285.5721
CIE-Lab34.131858.44196.8527

#a00648 color RGB value is (160,6,72).

#a00648 hex color red value is 160, green value is 6 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a00648 hue: 0.93 , saturation: 0.93 and the lightness value of a00648 is 0.33.

The process color (four color CMYK) of #a00648 color hex is 0.00, 0.96, 0.55, 0.37. Web safe color of #a00648 is #990033. Color #a00648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 01001000
Octal 240 6 110
Decimal 160 6 72
Hex A0 6 48

RGB Percentages of Color #a00648

%67.23
%2.52
%30.25

CMYK Percentages of Color #a00648

%0
%96
%55
%37

Triadic Colors of #a00648

#a00648 #48a006 #0648a0

Analogous Colors of #a00648

#a00648 #a01106 #a00695

Monochromatic Colors of #a00648

#a00648

Complementary Color

#a00648 #06a05e

#a00648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00648 Color CSS Codes

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

#a00648 Text Font Color

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

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


#a00648 Background Color

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

This div background color is #a00648


#a00648 Border Color

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

This div border color is #a00648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00648


Comments

No comments written yet.

Please login to write comment.