Color Hex Logo

#787aef Color Hex

#787AEF
(120,122,239)
0 Favorites   0 Comments

Color spaces of #787aef

RGB 120122239
HSL0.660.790.70
HSV239°50°94°
CMYK 0.500.490.00   0.06
XYZ30.285224.144184.7254
Yxy24.14410.21760.1735
Hunter Lab49.136624.0287-67.8370
CIE-Lab56.231830.1640-59.4187

#787aef color RGB value is (120,122,239).

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

The process color (four color CMYK) of #787aef color hex is 0.50, 0.49, 0.00, 0.06. Web safe color of #787aef is #6666ff. Color #787aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 11101111
Octal 170 172 357
Decimal 120 122 239
Hex 78 7A EF

RGB Percentages of Color #787aef

%24.95
%25.36
%49.69

CMYK Percentages of Color #787aef

%50
%49
%0
%6

Triadic Colors of #787aef

#787aef #ef787a #7aef78

Analogous Colors of #787aef

#787aef #b278ef #78b6ef

Monochromatic Colors of #787aef

#787aef

Complementary Color

#787aef #efed78

#787aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#787aef Color CSS Codes

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

#787aef Text Font Color

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

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


#787aef Background Color

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

This div background color is #787aef


#787aef Border Color

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

This div border color is #787aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787aef


Comments

No comments written yet.

Please login to write comment.