Color Hex Logo

#788cef Color Hex

#788CEF
(120,140,239)
0 Favorites   0 Comments

Color spaces of #788cef

RGB 120140239
HSL0.640.790.70
HSV230°50°94°
CMYK 0.500.410.00   0.06
XYZ32.703828.981285.5316
Yxy28.98120.22210.1969
Hunter Lab53.834214.2274-56.5158
CIE-Lab60.765019.4833-52.1844

#788cef color RGB value is (120,140,239).

#788cef hex color red value is 120, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #788cef hue: 0.64 , saturation: 0.79 and the lightness value of 788cef is 0.70.

The process color (four color CMYK) of #788cef color hex is 0.50, 0.41, 0.00, 0.06. Web safe color of #788cef is #6699ff. Color #788cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 11101111
Octal 170 214 357
Decimal 120 140 239
Hex 78 8C EF

RGB Percentages of Color #788cef

%24.05
%28.06
%47.90

CMYK Percentages of Color #788cef

%50
%41
%0
%6

Triadic Colors of #788cef

#788cef #ef788c #8cef78

Analogous Colors of #788cef

#788cef #a078ef #78c8ef

Monochromatic Colors of #788cef

#788cef

Complementary Color

#788cef #efdb78

#788cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#788cef Color CSS Codes

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

#788cef Text Font Color

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

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


#788cef Background Color

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

This div background color is #788cef


#788cef Border Color

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

This div border color is #788cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788cef


Comments

No comments written yet.

Please login to write comment.