Color Hex Logo

#a0334b Color Hex

#A0334B
(160,51,75)
0 Favorites   0 Comments

Color spaces of #a0334b

RGB 1605175
HSL0.960.520.41
HSV347°68°63°
CMYK 0.000.680.53   0.37
XYZ16.951010.34927.7608
Yxy10.34920.48350.2952
Hunter Lab32.170237.75688.2159
CIE-Lab38.462046.692010.9763

#a0334b color RGB value is (160,51,75).

#a0334b hex color red value is 160, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a0334b hue: 0.96 , saturation: 0.52 and the lightness value of a0334b is 0.41.

The process color (four color CMYK) of #a0334b color hex is 0.00, 0.68, 0.53, 0.37. Web safe color of #a0334b is #993333. Color #a0334b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 01001011
Octal 240 63 113
Decimal 160 51 75
Hex A0 33 4B

RGB Percentages of Color #a0334b

%55.94
%17.83
%26.22

CMYK Percentages of Color #a0334b

%0
%68
%53
%37

Triadic Colors of #a0334b

#a0334b #4ba033 #334ba0

Analogous Colors of #a0334b

#a0334b #a05233 #a03382

Monochromatic Colors of #a0334b

#a0334b

Complementary Color

#a0334b #33a088

#a0334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0334b Color CSS Codes

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

#a0334b Text Font Color

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

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


#a0334b Background Color

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

This div background color is #a0334b


#a0334b Border Color

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

This div border color is #a0334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0334b


Comments

No comments written yet.

Please login to write comment.