Color Hex Logo

#a2375b Color Hex

#A2375B
(162,55,91)
0 Favorites   0 Comments

Color spaces of #a2375b

RGB 1625591
HSL0.940.490.43
HSV340°66°64°
CMYK 0.000.660.44   0.36
XYZ18.154811.169111.0965
Yxy11.16910.44910.2763
Hunter Lab33.420238.48093.7081
CIE-Lab39.863847.16022.8972

#a2375b color RGB value is (162,55,91).

#a2375b hex color red value is 162, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a2375b hue: 0.94 , saturation: 0.49 and the lightness value of a2375b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 01011011
Octal 242 67 133
Decimal 162 55 91
Hex A2 37 5B

RGB Percentages of Color #a2375b

%52.60
%17.86
%29.55

CMYK Percentages of Color #a2375b

%0
%66
%44
%36

Triadic Colors of #a2375b

#a2375b #5ba237 #375ba2

Analogous Colors of #a2375b

#a2375b #a24937 #a23791

Monochromatic Colors of #a2375b

#a2375b

Complementary Color

#a2375b #37a27e

#a2375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2375b Color CSS Codes

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

#a2375b Text Font Color

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

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


#a2375b Background Color

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

This div background color is #a2375b


#a2375b Border Color

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

This div border color is #a2375b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2375b


Comments

No comments written yet.

Please login to write comment.