Color Hex Logo

#810480 Color Hex

#810480
(129,4,128)
0 Favorites   0 Comments

Color spaces of #810480

RGB 1294128
HSL0.830.940.26
HSV300°97°51°
CMYK 0.000.970.01   0.49
XYZ12.99306.312520.9557
Yxy6.31250.32270.1568
Hunter Lab25.124748.3414-31.8646
CIE-Lab30.187658.4847-35.8384

#810480 color RGB value is (129,4,128).

#810480 hex color red value is 129, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #810480 hue: 0.83 , saturation: 0.94 and the lightness value of 810480 is 0.26.

The process color (four color CMYK) of #810480 color hex is 0.00, 0.97, 0.01, 0.49. Web safe color of #810480 is #990099. Color #810480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000100 10000000
Octal 201 4 200
Decimal 129 4 128
Hex 81 4 80

RGB Percentages of Color #810480

%49.43
%1.53
%49.04

CMYK Percentages of Color #810480

%0
%97
%1
%49

Triadic Colors of #810480

#810480 #808104 #048081

Analogous Colors of #810480

#810480 #810442 #430481

Monochromatic Colors of #810480

#810480

Complementary Color

#810480 #048105

#810480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#810480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#810480 Color CSS Codes

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

#810480 Text Font Color

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

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


#810480 Background Color

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

This div background color is #810480


#810480 Border Color

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

This div border color is #810480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #810480


Comments

No comments written yet.

Please login to write comment.