Color Hex Logo

#785084 Color Hex

#785084
(120,80,132)
0 Favorites   0 Comments

Color spaces of #785084

RGB 12080132
HSL0.790.250.42
HSV286°39°52°
CMYK 0.090.390.00   0.48
XYZ14.779211.396323.2506
Yxy11.39630.29900.2306
Hunter Lab33.758419.0689-17.2042
CIE-Lab40.240126.4549-22.5766

#785084 color RGB value is (120,80,132).

#785084 hex color red value is 120, green value is 80 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #785084 hue: 0.79 , saturation: 0.25 and the lightness value of 785084 is 0.42.

The process color (four color CMYK) of #785084 color hex is 0.09, 0.39, 0.00, 0.48. Web safe color of #785084 is #666699. Color #785084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 10000100
Octal 170 120 204
Decimal 120 80 132
Hex 78 50 84

RGB Percentages of Color #785084

%36.14
%24.10
%39.76

CMYK Percentages of Color #785084

%9
%39
%0
%48

Triadic Colors of #785084

#785084 #847850 #508478

Analogous Colors of #785084

#785084 #845076 #5e5084

Monochromatic Colors of #785084

#785084

Complementary Color

#785084 #5c8450

#785084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785084 Color CSS Codes

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

#785084 Text Font Color

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

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


#785084 Background Color

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

This div background color is #785084


#785084 Border Color

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

This div border color is #785084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785084


Comments

No comments written yet.

Please login to write comment.