Color Hex Logo

#786bbc Color Hex

#786BBC
(120,107,188)
0 Favorites   0 Comments

Color spaces of #786bbc

RGB 120107188
HSL0.690.380.58
HSV250°43°74°
CMYK 0.360.430.00   0.26
XYZ22.080518.139349.9144
Yxy18.13930.24500.2012
Hunter Lab42.590318.0086-39.6728
CIE-Lab49.664624.3319-40.9973

#786bbc color RGB value is (120,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101011 10111100
Octal 170 153 274
Decimal 120 107 188
Hex 78 6B BC

RGB Percentages of Color #786bbc

%28.92
%25.78
%45.30

CMYK Percentages of Color #786bbc

%36
%43
%0
%26

Triadic Colors of #786bbc

#786bbc #bc786b #6bbc78

Analogous Colors of #786bbc

#786bbc #a16bbc #6b87bc

Monochromatic Colors of #786bbc

#786bbc

Complementary Color

#786bbc #afbc6b

#786bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#786bbc Color CSS Codes

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

#786bbc Text Font Color

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

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


#786bbc Background Color

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

This div background color is #786bbc


#786bbc Border Color

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

This div border color is #786bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786bbc


Comments

No comments written yet.

Please login to write comment.