Color Hex Logo

#786dbd Color Hex

#786DBD
(120,109,189)
0 Favorites   0 Comments

Color spaces of #786dbd

RGB 120109189
HSL0.690.380.58
HSV248°42°74°
CMYK 0.370.420.00   0.26
XYZ22.399718.604550.5545
Yxy18.60450.24460.2032
Hunter Lab43.132917.2156-39.2985
CIE-Lab50.221223.4067-40.6940

#786dbd color RGB value is (120,109,189).

#786dbd hex color red value is 120, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #786dbd hue: 0.69 , saturation: 0.38 and the lightness value of 786dbd is 0.58.

The process color (four color CMYK) of #786dbd color hex is 0.37, 0.42, 0.00, 0.26. Web safe color of #786dbd is #6666cc. Color #786dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101101 10111101
Octal 170 155 275
Decimal 120 109 189
Hex 78 6D BD

RGB Percentages of Color #786dbd

%28.71
%26.08
%45.22

CMYK Percentages of Color #786dbd

%37
%42
%0
%26

Triadic Colors of #786dbd

#786dbd #bd786d #6dbd78

Analogous Colors of #786dbd

#786dbd #a06dbd #6d8abd

Monochromatic Colors of #786dbd

#786dbd

Complementary Color

#786dbd #b2bd6d

#786dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#786dbd Color CSS Codes

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

#786dbd Text Font Color

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

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


#786dbd Background Color

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

This div background color is #786dbd


#786dbd Border Color

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

This div border color is #786dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,109,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #786dbd;
  box-shadow:         1px 1px 3px 2px #786dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786dbd


Comments

No comments written yet.

Please login to write comment.