Color Hex Logo

#787ecb Color Hex

#787ECB
(120,126,203)
0 Favorites   0 Comments

Color spaces of #787ecb

RGB 120126203
HSL0.650.440.63
HSV236°41°80°
CMYK 0.410.380.00   0.20
XYZ25.986123.226659.6135
Yxy23.22660.23880.2134
Hunter Lab48.194011.9074-39.6029
CIE-Lab55.305017.1680-40.6760

#787ecb color RGB value is (120,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111110 11001011
Octal 170 176 313
Decimal 120 126 203
Hex 78 7E CB

RGB Percentages of Color #787ecb

%26.73
%28.06
%45.21

CMYK Percentages of Color #787ecb

%41
%38
%0
%20

Triadic Colors of #787ecb

#787ecb #cb787e #7ecb78

Analogous Colors of #787ecb

#787ecb #9c78cb #78a8cb

Monochromatic Colors of #787ecb

#787ecb

Complementary Color

#787ecb #cbc578

#787ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#787ecb Color CSS Codes

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

#787ecb Text Font Color

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

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


#787ecb Background Color

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

This div background color is #787ecb


#787ecb Border Color

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

This div border color is #787ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,126,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 #787ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787ecb


Comments

No comments written yet.

Please login to write comment.