Color Hex Logo

#812372 Color Hex

#812372
(129,35,114)
0 Favorites   0 Comments

Color spaces of #812372

RGB 12935114
HSL0.860.570.32
HSV310°73°51°
CMYK 0.000.730.12   0.49
XYZ12.69167.084116.6180
Yxy7.08410.34870.1947
Hunter Lab26.616038.5383-18.3872
CIE-Lab31.997648.6756-24.1271

#812372 color RGB value is (129,35,114).

#812372 hex color red value is 129, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #812372 hue: 0.86 , saturation: 0.57 and the lightness value of 812372 is 0.32.

The process color (four color CMYK) of #812372 color hex is 0.00, 0.73, 0.12, 0.49. Web safe color of #812372 is #993366. Color #812372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100011 01110010
Octal 201 43 162
Decimal 129 35 114
Hex 81 23 72

RGB Percentages of Color #812372

%46.40
%12.59
%41.01

CMYK Percentages of Color #812372

%0
%73
%12
%49

Triadic Colors of #812372

#812372 #728123 #237281

Analogous Colors of #812372

#812372 #812343 #612381

Monochromatic Colors of #812372

#812372

Complementary Color

#812372 #238132

#812372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812372 Color CSS Codes

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

#812372 Text Font Color

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

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


#812372 Background Color

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

This div background color is #812372


#812372 Border Color

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

This div border color is #812372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812372


Comments

No comments written yet.

Please login to write comment.