Color Hex Logo

#a4377b Color Hex

#A4377B
(164,55,123)
0 Favorites   0 Comments

Color spaces of #a4377b

RGB 16455123
HSL0.900.500.43
HSV323°66°64°
CMYK 0.000.660.25   0.36
XYZ20.251212.055019.9984
Yxy12.05500.38720.2305
Hunter Lab34.720343.3526-9.8460
CIE-Lab41.303451.6376-14.8874

#a4377b color RGB value is (164,55,123).

#a4377b hex color red value is 164, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a4377b hue: 0.90 , saturation: 0.50 and the lightness value of a4377b is 0.43.

The process color (four color CMYK) of #a4377b color hex is 0.00, 0.66, 0.25, 0.36. Web safe color of #a4377b is #993366. Color #a4377b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110111 01111011
Octal 244 67 173
Decimal 164 55 123
Hex A4 37 7B

RGB Percentages of Color #a4377b

%47.95
%16.08
%35.96

CMYK Percentages of Color #a4377b

%0
%66
%25
%36

Triadic Colors of #a4377b

#a4377b #7ba437 #377ba4

Analogous Colors of #a4377b

#a4377b #a43745 #9737a4

Monochromatic Colors of #a4377b

#a4377b

Complementary Color

#a4377b #37a460

#a4377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4377b Color CSS Codes

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

#a4377b Text Font Color

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

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


#a4377b Background Color

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

This div background color is #a4377b


#a4377b Border Color

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

This div border color is #a4377b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,55,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4377b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4377b;
  -webkit-box-shadow: 1px 1px 3px 2px #a4377b;
  box-shadow:         1px 1px 3px 2px #a4377b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,55,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4377b


Comments

No comments written yet.

Please login to write comment.