Color Hex Logo

#a0384e Color Hex

#A0384E
(160,56,78)
0 Favorites   0 Comments

Color spaces of #a0384e

RGB 1605678
HSL0.960.480.42
HSV347°65°63°
CMYK 0.000.650.51   0.37
XYZ17.286510.85208.3913
Yxy10.85200.47320.2971
Hunter Lab32.942436.01877.9569
CIE-Lab39.330144.795010.2855

#a0384e color RGB value is (160,56,78).

#a0384e hex color red value is 160, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a0384e hue: 0.96 , saturation: 0.48 and the lightness value of a0384e is 0.42.

The process color (four color CMYK) of #a0384e color hex is 0.00, 0.65, 0.51, 0.37. Web safe color of #a0384e is #993366. Color #a0384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 01001110
Octal 240 70 116
Decimal 160 56 78
Hex A0 38 4E

RGB Percentages of Color #a0384e

%54.42
%19.05
%26.53

CMYK Percentages of Color #a0384e

%0
%65
%51
%37

Triadic Colors of #a0384e

#a0384e #4ea038 #384ea0

Analogous Colors of #a0384e

#a0384e #a05638 #a03882

Monochromatic Colors of #a0384e

#a0384e

Complementary Color

#a0384e #38a08a

#a0384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0384e Color CSS Codes

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

#a0384e Text Font Color

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

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


#a0384e Background Color

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

This div background color is #a0384e


#a0384e Border Color

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

This div border color is #a0384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0384e


Comments

No comments written yet.

Please login to write comment.