Color Hex Logo

#812263 Color Hex

#812263
(129,34,99)
0 Favorites   0 Comments

Color spaces of #812263

RGB 1293499
HSL0.890.580.32
HSV319°74°51°
CMYK 0.000.740.23   0.49
XYZ11.87746.712012.4739
Yxy6.71200.38240.2161
Hunter Lab25.907536.4958-10.4116
CIE-Lab31.142146.7771-15.8559

#812263 color RGB value is (129,34,99).

#812263 hex color red value is 129, green value is 34 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #812263 hue: 0.89 , saturation: 0.58 and the lightness value of 812263 is 0.32.

The process color (four color CMYK) of #812263 color hex is 0.00, 0.74, 0.23, 0.49. Web safe color of #812263 is #993366. Color #812263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100010 01100011
Octal 201 42 143
Decimal 129 34 99
Hex 81 22 63

RGB Percentages of Color #812263

%49.24
%12.98
%37.79

CMYK Percentages of Color #812263

%0
%74
%23
%49

Triadic Colors of #812263

#812263 #638122 #226381

Analogous Colors of #812263

#812263 #812234 #702281

Monochromatic Colors of #812263

#812263

Complementary Color

#812263 #228140

#812263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812263 Color CSS Codes

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

#812263 Text Font Color

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

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


#812263 Background Color

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

This div background color is #812263


#812263 Border Color

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

This div border color is #812263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,34,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812263


Comments

No comments written yet.

Please login to write comment.