Color Hex Logo

#787dee Color Hex

#787DEE
(120,125,238)
0 Favorites   0 Comments

Color spaces of #787dee

RGB 120125238
HSL0.660.780.70
HSV237°50°93°
CMYK 0.500.470.00   0.07
XYZ30.512024.833384.0741
Yxy24.83330.21890.1781
Hunter Lab49.833022.0850-65.1460
CIE-Lab56.912628.0796-57.7722

#787dee color RGB value is (120,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111101 11101110
Octal 170 175 356
Decimal 120 125 238
Hex 78 7D EE

RGB Percentages of Color #787dee

%24.84
%25.88
%49.28

CMYK Percentages of Color #787dee

%50
%47
%0
%7

Triadic Colors of #787dee

#787dee #ee787d #7dee78

Analogous Colors of #787dee

#787dee #ae78ee #78b8ee

Monochromatic Colors of #787dee

#787dee

Complementary Color

#787dee #eee978

#787dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#787dee Color CSS Codes

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

#787dee Text Font Color

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

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


#787dee Background Color

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

This div background color is #787dee


#787dee Border Color

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

This div border color is #787dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787dee


Comments

No comments written yet.

Please login to write comment.