Color Hex Logo

#785388 Color Hex

#785388
(120,83,136)
0 Favorites   0 Comments

Color spaces of #785388

RGB 12083136
HSL0.780.240.43
HSV282°39°53°
CMYK 0.120.390.00   0.47
XYZ15.282911.957224.7950
Yxy11.95720.29370.2298
Hunter Lab34.579218.3778-18.3085
CIE-Lab41.148025.5619-23.6015

#785388 color RGB value is (120,83,136).

#785388 hex color red value is 120, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #785388 hue: 0.78 , saturation: 0.24 and the lightness value of 785388 is 0.43.

The process color (four color CMYK) of #785388 color hex is 0.12, 0.39, 0.00, 0.47. Web safe color of #785388 is #666699. Color #785388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 10001000
Octal 170 123 210
Decimal 120 83 136
Hex 78 53 88

RGB Percentages of Color #785388

%35.40
%24.48
%40.12

CMYK Percentages of Color #785388

%12
%39
%0
%47

Triadic Colors of #785388

#785388 #887853 #538878

Analogous Colors of #785388

#785388 #88537e #5e5388

Monochromatic Colors of #785388

#785388

Complementary Color

#785388 #638853

#785388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785388 Color CSS Codes

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

#785388 Text Font Color

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

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


#785388 Background Color

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

This div background color is #785388


#785388 Border Color

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

This div border color is #785388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785388


Comments

No comments written yet.

Please login to write comment.