Color Hex Logo

#788bcd Color Hex

#788BCD
(120,139,205)
0 Favorites   0 Comments

Color spaces of #788bcd

RGB 120139205
HSL0.630.460.64
HSV227°41°80°
CMYK 0.410.320.00   0.20
XYZ27.997826.866161.4676
Yxy26.86610.24070.2309
Hunter Lab51.83255.7115-34.0286
CIE-Lab58.850210.0538-36.2426

#788bcd color RGB value is (120,139,205).

#788bcd hex color red value is 120, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #788bcd hue: 0.63 , saturation: 0.46 and the lightness value of 788bcd is 0.64.

The process color (four color CMYK) of #788bcd color hex is 0.41, 0.32, 0.00, 0.20. Web safe color of #788bcd is #6699cc. Color #788bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 11001101
Octal 170 213 315
Decimal 120 139 205
Hex 78 8B CD

RGB Percentages of Color #788bcd

%25.86
%29.96
%44.18

CMYK Percentages of Color #788bcd

%41
%32
%0
%20

Triadic Colors of #788bcd

#788bcd #cd788b #8bcd78

Analogous Colors of #788bcd

#788bcd #9078cd #78b6cd

Monochromatic Colors of #788bcd

#788bcd

Complementary Color

#788bcd #cdba78

#788bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788bcd Color CSS Codes

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

#788bcd Text Font Color

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

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


#788bcd Background Color

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

This div background color is #788bcd


#788bcd Border Color

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

This div border color is #788bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,139,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #788bcd;
  box-shadow:         1px 1px 3px 2px #788bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788bcd


Comments

No comments written yet.

Please login to write comment.