Color Hex Logo

#787bde Color Hex

#787BDE
(120,123,222)
0 Favorites   0 Comments

Color spaces of #787bde

RGB 120123222
HSL0.660.610.67
HSV238°46°87°
CMYK 0.460.450.00   0.13
XYZ28.013523.432972.1538
Yxy23.43290.22660.1896
Hunter Lab48.407518.5850-54.4894
CIE-Lab55.515524.4898-51.0640

#787bde color RGB value is (120,123,222).

#787bde hex color red value is 120, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #787bde hue: 0.66 , saturation: 0.61 and the lightness value of 787bde is 0.67.

The process color (four color CMYK) of #787bde color hex is 0.46, 0.45, 0.00, 0.13. Web safe color of #787bde is #6666cc. Color #787bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111011 11011110
Octal 170 173 336
Decimal 120 123 222
Hex 78 7B DE

RGB Percentages of Color #787bde

%25.81
%26.45
%47.74

CMYK Percentages of Color #787bde

%46
%45
%0
%13

Triadic Colors of #787bde

#787bde #de787b #7bde78

Analogous Colors of #787bde

#787bde #a878de #78aede

Monochromatic Colors of #787bde

#787bde

Complementary Color

#787bde #dedb78

#787bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#787bde Color CSS Codes

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

#787bde Text Font Color

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

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


#787bde Background Color

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

This div background color is #787bde


#787bde Border Color

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

This div border color is #787bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,123,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787bde;
  -webkit-box-shadow: 1px 1px 3px 2px #787bde;
  box-shadow:         1px 1px 3px 2px #787bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787bde


Comments

No comments written yet.

Please login to write comment.