Color Hex Logo

#788ecd Color Hex

#788ECD
(120,142,205)
0 Favorites   0 Comments

Color spaces of #788ecd

RGB 120142205
HSL0.620.460.64
HSV224°41°80°
CMYK 0.410.310.00   0.20
XYZ28.438227.746861.6144
Yxy27.74680.24140.2355
Hunter Lab52.67524.1866-32.4791
CIE-Lab59.65938.3016-34.9790

#788ecd color RGB value is (120,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 11001101
Octal 170 216 315
Decimal 120 142 205
Hex 78 8E CD

RGB Percentages of Color #788ecd

%25.70
%30.41
%43.90

CMYK Percentages of Color #788ecd

%41
%31
%0
%20

Triadic Colors of #788ecd

#788ecd #cd788e #8ecd78

Analogous Colors of #788ecd

#788ecd #8d78cd #78b9cd

Monochromatic Colors of #788ecd

#788ecd

Complementary Color

#788ecd #cdb778

#788ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ecd Color CSS Codes

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

#788ecd Text Font Color

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

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


#788ecd Background Color

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

This div background color is #788ecd


#788ecd Border Color

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

This div border color is #788ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ecd


Comments

No comments written yet.

Please login to write comment.