Color Hex Logo

#788bea Color Hex

#788BEA
(120,139,234)
0 Favorites   0 Comments

Color spaces of #788bea

RGB 120139234
HSL0.640.730.69
HSV230°49°92°
CMYK 0.490.410.00   0.08
XYZ31.829628.398881.6458
Yxy28.39880.22440.2002
Hunter Lab53.290513.3569-53.5342
CIE-Lab60.247318.5647-50.2389

#788bea color RGB value is (120,139,234).

#788bea hex color red value is 120, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #788bea hue: 0.64 , saturation: 0.73 and the lightness value of 788bea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 11101010
Octal 170 213 352
Decimal 120 139 234
Hex 78 8B EA

RGB Percentages of Color #788bea

%24.34
%28.19
%47.46

CMYK Percentages of Color #788bea

%49
%41
%0
%8

Triadic Colors of #788bea

#788bea #ea788b #8bea78

Analogous Colors of #788bea

#788bea #9e78ea #78c4ea

Monochromatic Colors of #788bea

#788bea

Complementary Color

#788bea #ead778

#788bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#788bea Color CSS Codes

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

#788bea Text Font Color

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

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


#788bea Background Color

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

This div background color is #788bea


#788bea Border Color

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

This div border color is #788bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788bea


Comments

No comments written yet.

Please login to write comment.