Color Hex Logo

#787bcb Color Hex

#787BCB
(120,123,203)
0 Favorites   0 Comments

Color spaces of #787bcb

RGB 120123203
HSL0.660.440.63
HSV238°41°80°
CMYK 0.410.390.00   0.20
XYZ25.608222.470859.4875
Yxy22.47080.23810.2089
Hunter Lab47.403413.4732-41.2219
CIE-Lab54.523018.9578-41.9089

#787bcb color RGB value is (120,123,203).

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

The process color (four color CMYK) of #787bcb color hex is 0.41, 0.39, 0.00, 0.20. Web safe color of #787bcb is #6666cc. Color #787bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111011 11001011
Octal 170 173 313
Decimal 120 123 203
Hex 78 7B CB

RGB Percentages of Color #787bcb

%26.91
%27.58
%45.52

CMYK Percentages of Color #787bcb

%41
%39
%0
%20

Triadic Colors of #787bcb

#787bcb #cb787b #7bcb78

Analogous Colors of #787bcb

#787bcb #9f78cb #78a5cb

Monochromatic Colors of #787bcb

#787bcb

Complementary Color

#787bcb #cbc878

#787bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#787bcb Color CSS Codes

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

#787bcb Text Font Color

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

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


#787bcb Background Color

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

This div background color is #787bcb


#787bcb Border Color

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

This div border color is #787bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787bcb


Comments

No comments written yet.

Please login to write comment.