Color Hex Logo

#786488 Color Hex

#786488
(120,100,136)
0 Favorites   0 Comments

Color spaces of #786488

RGB 120100136
HSL0.760.150.46
HSV273°26°53°
CMYK 0.120.260.00   0.47
XYZ16.746814.885025.2830
Yxy14.88500.29420.2615
Hunter Lab38.58119.9642-11.8472
CIE-Lab45.476315.3234-16.9350

#786488 color RGB value is (120,100,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100100 10001000
Octal 170 144 210
Decimal 120 100 136
Hex 78 64 88

RGB Percentages of Color #786488

%33.71
%28.09
%38.20

CMYK Percentages of Color #786488

%12
%26
%0
%47

Triadic Colors of #786488

#786488 #887864 #648878

Analogous Colors of #786488

#786488 #886486 #666488

Monochromatic Colors of #786488

#786488

Complementary Color

#786488 #748864

#786488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786488 Color CSS Codes

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

#786488 Text Font Color

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

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


#786488 Background Color

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

This div background color is #786488


#786488 Border Color

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

This div border color is #786488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786488


Comments

No comments written yet.

Please login to write comment.