Color Hex Logo

#788cdf Color Hex

#788CDF
(120,140,223)
0 Favorites   0 Comments

Color spaces of #788cdf

RGB 120140223
HSL0.630.620.67
HSV228°46°87°
CMYK 0.460.370.00   0.13
XYZ30.443128.076973.6269
Yxy28.07690.23040.2125
Hunter Lab52.98769.8256-45.2927
CIE-Lab59.958114.6945-44.5828

#788cdf color RGB value is (120,140,223).

#788cdf hex color red value is 120, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #788cdf hue: 0.63 , saturation: 0.62 and the lightness value of 788cdf is 0.67.

The process color (four color CMYK) of #788cdf color hex is 0.46, 0.37, 0.00, 0.13. Web safe color of #788cdf is #6699cc. Color #788cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 11011111
Octal 170 214 337
Decimal 120 140 223
Hex 78 8C DF

RGB Percentages of Color #788cdf

%24.84
%28.99
%46.17

CMYK Percentages of Color #788cdf

%46
%37
%0
%13

Triadic Colors of #788cdf

#788cdf #df788c #8cdf78

Analogous Colors of #788cdf

#788cdf #9878df #78c0df

Monochromatic Colors of #788cdf

#788cdf

Complementary Color

#788cdf #dfcb78

#788cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788cdf Color CSS Codes

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

#788cdf Text Font Color

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

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


#788cdf Background Color

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

This div background color is #788cdf


#788cdf Border Color

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

This div border color is #788cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788cdf


Comments

No comments written yet.

Please login to write comment.