Color Hex Logo

#a92372 Color Hex

#A92372
(169,35,114)
0 Favorites   0 Comments

Color spaces of #a92372

RGB 16935114
HSL0.900.660.40
HSV325°79°66°
CMYK 0.000.790.33   0.34
XYZ20.000510.852016.9601
Yxy10.85200.41830.2270
Hunter Lab32.942450.7246-7.4653
CIE-Lab39.330158.9059-12.2134

#a92372 color RGB value is (169,35,114).

#a92372 hex color red value is 169, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a92372 hue: 0.90 , saturation: 0.66 and the lightness value of a92372 is 0.40.

The process color (four color CMYK) of #a92372 color hex is 0.00, 0.79, 0.33, 0.34. Web safe color of #a92372 is #993366. Color #a92372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100011 01110010
Octal 251 43 162
Decimal 169 35 114
Hex A9 23 72

RGB Percentages of Color #a92372

%53.14
%11.01
%35.85

CMYK Percentages of Color #a92372

%0
%79
%33
%34

Triadic Colors of #a92372

#a92372 #72a923 #2372a9

Analogous Colors of #a92372

#a92372 #a9232f #9d23a9

Monochromatic Colors of #a92372

#a92372

Complementary Color

#a92372 #23a95a

#a92372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92372 Color CSS Codes

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

#a92372 Text Font Color

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

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


#a92372 Background Color

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

This div background color is #a92372


#a92372 Border Color

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

This div border color is #a92372


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,35,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a92372; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a92372;
  -webkit-box-shadow: 1px 1px 3px 2px #a92372;
  box-shadow:         1px 1px 3px 2px #a92372; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,35,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92372


Comments

No comments written yet.

Please login to write comment.