Color Hex Logo

#785380 Color Hex

#785380
(120,83,128)
0 Favorites   0 Comments

Color spaces of #785380

RGB 12083128
HSL0.800.210.41
HSV289°35°50°
CMYK 0.060.350.00   0.50
XYZ14.735311.738121.9111
Yxy11.73810.30450.2426
Hunter Lab34.260916.8146-13.9355
CIE-Lab40.796823.7888-19.2755

#785380 color RGB value is (120,83,128).

#785380 hex color red value is 120, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #785380 hue: 0.80 , saturation: 0.21 and the lightness value of 785380 is 0.41.

The process color (four color CMYK) of #785380 color hex is 0.06, 0.35, 0.00, 0.50. Web safe color of #785380 is #666699. Color #785380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 10000000
Octal 170 123 200
Decimal 120 83 128
Hex 78 53 80

RGB Percentages of Color #785380

%36.25
%25.08
%38.67

CMYK Percentages of Color #785380

%6
%35
%0
%50

Triadic Colors of #785380

#785380 #807853 #538078

Analogous Colors of #785380

#785380 #805372 #625380

Monochromatic Colors of #785380

#785380

Complementary Color

#785380 #5b8053

#785380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785380 Color CSS Codes

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

#785380 Text Font Color

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

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


#785380 Background Color

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

This div background color is #785380


#785380 Border Color

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

This div border color is #785380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,83,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 #785380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785380


Comments

No comments written yet.

Please login to write comment.