Color Hex Logo

#785185 Color Hex

#785185
(120,81,133)
0 Favorites   0 Comments

Color spaces of #785185

RGB 12081133
HSL0.790.240.42
HSV285°39°52°
CMYK 0.100.390.00   0.48
XYZ14.921811.571423.6373
Yxy11.57140.29770.2308
Hunter Lab34.016818.7715-17.3872
CIE-Lab40.526726.0817-22.7416

#785185 color RGB value is (120,81,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 10000101
Octal 170 121 205
Decimal 120 81 133
Hex 78 51 85

RGB Percentages of Color #785185

%35.93
%24.25
%39.82

CMYK Percentages of Color #785185

%10
%39
%0
%48

Triadic Colors of #785185

#785185 #857851 #518578

Analogous Colors of #785185

#785185 #855178 #5e5185

Monochromatic Colors of #785185

#785185

Complementary Color

#785185 #5e8551

#785185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785185 Color CSS Codes

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

#785185 Text Font Color

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

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


#785185 Background Color

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

This div background color is #785185


#785185 Border Color

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

This div border color is #785185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785185


Comments

No comments written yet.

Please login to write comment.