Color Hex Logo

#781081 Color Hex

#781081
(120,16,129)
0 Favorites   0 Comments

Color spaces of #781081

RGB 12016129
HSL0.820.780.28
HSV295°88°51°
CMYK 0.070.880.00   0.49
XYZ11.89355.948621.2902
Yxy5.94860.30390.1520
Hunter Lab24.389844.3623-34.6824
CIE-Lab29.282454.9057-38.0102

#781081 color RGB value is (120,16,129).

#781081 hex color red value is 120, green value is 16 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #781081 hue: 0.82 , saturation: 0.78 and the lightness value of 781081 is 0.28.

The process color (four color CMYK) of #781081 color hex is 0.07, 0.88, 0.00, 0.49. Web safe color of #781081 is #660099. Color #781081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 10000001
Octal 170 20 201
Decimal 120 16 129
Hex 78 10 81

RGB Percentages of Color #781081

%45.28
%6.04
%48.68

CMYK Percentages of Color #781081

%7
%88
%0
%49

Triadic Colors of #781081

#781081 #817810 #108178

Analogous Colors of #781081

#781081 #811051 #401081

Monochromatic Colors of #781081

#781081

Complementary Color

#781081 #198110

#781081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781081 Color CSS Codes

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

#781081 Text Font Color

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

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


#781081 Background Color

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

This div background color is #781081


#781081 Border Color

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

This div border color is #781081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781081


Comments

No comments written yet.

Please login to write comment.