Color Hex Logo

#a0384f Color Hex

#A0384F
(160,56,79)
0 Favorites   0 Comments

Color spaces of #a0384f

RGB 1605679
HSL0.960.480.42
HSV347°65°63°
CMYK 0.000.650.51   0.37
XYZ17.322710.86648.5816
Yxy10.86640.47110.2955
Hunter Lab32.964236.11447.6399
CIE-Lab39.354544.88729.6891

#a0384f color RGB value is (160,56,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 01001111
Octal 240 70 117
Decimal 160 56 79
Hex A0 38 4F

RGB Percentages of Color #a0384f

%54.24
%18.98
%26.78

CMYK Percentages of Color #a0384f

%0
%65
%51
%37

Triadic Colors of #a0384f

#a0384f #4fa038 #384fa0

Analogous Colors of #a0384f

#a0384f #a05538 #a03883

Monochromatic Colors of #a0384f

#a0384f

Complementary Color

#a0384f #38a089

#a0384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0384f Color CSS Codes

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

#a0384f Text Font Color

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

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


#a0384f Background Color

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

This div background color is #a0384f


#a0384f Border Color

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

This div border color is #a0384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0384f


Comments

No comments written yet.

Please login to write comment.