Color Hex Logo

#786388 Color Hex

#786388
(120,99,136)
0 Favorites   0 Comments

Color spaces of #786388

RGB 12099136
HSL0.760.160.46
HSV274°27°53°
CMYK 0.120.270.00   0.47
XYZ16.651514.694325.2512
Yxy14.69430.29420.2596
Hunter Lab38.333110.4554-12.2229
CIE-Lab45.212615.9271-17.3380

#786388 color RGB value is (120,99,136).

#786388 hex color red value is 120, green value is 99 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #786388 hue: 0.76 , saturation: 0.16 and the lightness value of 786388 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100011 10001000
Octal 170 143 210
Decimal 120 99 136
Hex 78 63 88

RGB Percentages of Color #786388

%33.80
%27.89
%38.31

CMYK Percentages of Color #786388

%12
%27
%0
%47

Triadic Colors of #786388

#786388 #887863 #638878

Analogous Colors of #786388

#786388 #886386 #666388

Monochromatic Colors of #786388

#786388

Complementary Color

#786388 #738863

#786388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786388 Color CSS Codes

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

#786388 Text Font Color

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

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


#786388 Background Color

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

This div background color is #786388


#786388 Border Color

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

This div border color is #786388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786388


Comments

No comments written yet.

Please login to write comment.