Color Hex Logo

#785782 Color Hex

#785782
(120,87,130)
0 Favorites   0 Comments

Color spaces of #785782

RGB 12087130
HSL0.790.200.43
HSV286°33°51°
CMYK 0.080.330.00   0.49
XYZ15.183212.421222.7164
Yxy12.42120.30170.2468
Hunter Lab35.243715.2223-13.5449
CIE-Lab41.877921.8234-18.8302

#785782 color RGB value is (120,87,130).

#785782 hex color red value is 120, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #785782 hue: 0.79 , saturation: 0.20 and the lightness value of 785782 is 0.43.

The process color (four color CMYK) of #785782 color hex is 0.08, 0.33, 0.00, 0.49. Web safe color of #785782 is #666699. Color #785782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010111 10000010
Octal 170 127 202
Decimal 120 87 130
Hex 78 57 82

RGB Percentages of Color #785782

%35.61
%25.82
%38.58

CMYK Percentages of Color #785782

%8
%33
%0
%49

Triadic Colors of #785782

#785782 #827857 #578278

Analogous Colors of #785782

#785782 #825777 #635782

Monochromatic Colors of #785782

#785782

Complementary Color

#785782 #618257

#785782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785782 Color CSS Codes

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

#785782 Text Font Color

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

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


#785782 Background Color

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

This div background color is #785782


#785782 Border Color

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

This div border color is #785782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785782


Comments

No comments written yet.

Please login to write comment.