Color Hex Logo

#812090 Color Hex

#812090
(129,32,144)
0 Favorites   0 Comments

Color spaces of #812090

RGB 12932144
HSL0.810.640.35
HSV292°78°56°
CMYK 0.100.780.00   0.44
XYZ14.60387.713827.1048
Yxy7.71380.29550.1561
Hunter Lab27.773745.2537-38.4204
CIE-Lab33.379654.9581-40.6757

#812090 color RGB value is (129,32,144).

#812090 hex color red value is 129, green value is 32 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #812090 hue: 0.81 , saturation: 0.64 and the lightness value of 812090 is 0.35.

The process color (four color CMYK) of #812090 color hex is 0.10, 0.78, 0.00, 0.44. Web safe color of #812090 is #993399. Color #812090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100000 10010000
Octal 201 40 220
Decimal 129 32 144
Hex 81 20 90

RGB Percentages of Color #812090

%42.30
%10.49
%47.21

CMYK Percentages of Color #812090

%10
%78
%0
%44

Triadic Colors of #812090

#812090 #908120 #209081

Analogous Colors of #812090

#812090 #902067 #492090

Monochromatic Colors of #812090

#812090

Complementary Color

#812090 #2f9020

#812090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812090 Color CSS Codes

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

#812090 Text Font Color

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

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


#812090 Background Color

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

This div background color is #812090


#812090 Border Color

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

This div border color is #812090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812090


Comments

No comments written yet.

Please login to write comment.