Color Hex Logo

#a2337b Color Hex

#A2337B
(162,51,123)
0 Favorites   0 Comments

Color spaces of #a2337b

RGB 16251123
HSL0.890.520.42
HSV321°69°64°
CMYK 0.000.690.24   0.36
XYZ19.659311.479119.9184
Yxy11.47910.38500.2248
Hunter Lab33.880844.2829-11.1398
CIE-Lab40.376052.6969-16.3346

#a2337b color RGB value is (162,51,123).

#a2337b hex color red value is 162, green value is 51 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a2337b hue: 0.89 , saturation: 0.52 and the lightness value of a2337b is 0.42.

The process color (four color CMYK) of #a2337b color hex is 0.00, 0.69, 0.24, 0.36. Web safe color of #a2337b is #993366. Color #a2337b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110011 01111011
Octal 242 63 173
Decimal 162 51 123
Hex A2 33 7B

RGB Percentages of Color #a2337b

%48.21
%15.18
%36.61

CMYK Percentages of Color #a2337b

%0
%69
%24
%36

Triadic Colors of #a2337b

#a2337b #7ba233 #337ba2

Analogous Colors of #a2337b

#a2337b #a23344 #9233a2

Monochromatic Colors of #a2337b

#a2337b

Complementary Color

#a2337b #33a25a

#a2337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2337b Color CSS Codes

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

#a2337b Text Font Color

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

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


#a2337b Background Color

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

This div background color is #a2337b


#a2337b Border Color

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

This div border color is #a2337b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,51,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 #a2337b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2337b


Comments

No comments written yet.

Please login to write comment.