Color Hex Logo

#787ebe Color Hex

#787EBE
(120,126,190)
0 Favorites   0 Comments

Color spaces of #787ebe

RGB 120126190
HSL0.650.350.61
HSV235°37°75°
CMYK 0.370.340.00   0.25
XYZ24.500822.632551.7924
Yxy22.63250.24770.2288
Hunter Lab47.57368.6751-31.2462
CIE-Lab54.691813.5066-34.2401

#787ebe color RGB value is (120,126,190).

#787ebe hex color red value is 120, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #787ebe hue: 0.65 , saturation: 0.35 and the lightness value of 787ebe is 0.61.

The process color (four color CMYK) of #787ebe color hex is 0.37, 0.34, 0.00, 0.25. Web safe color of #787ebe is #6666cc. Color #787ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111110 10111110
Octal 170 176 276
Decimal 120 126 190
Hex 78 7E BE

RGB Percentages of Color #787ebe

%27.52
%28.90
%43.58

CMYK Percentages of Color #787ebe

%37
%34
%0
%25

Triadic Colors of #787ebe

#787ebe #be787e #7ebe78

Analogous Colors of #787ebe

#787ebe #9578be #78a1be

Monochromatic Colors of #787ebe

#787ebe

Complementary Color

#787ebe #beb878

#787ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#787ebe Color CSS Codes

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

#787ebe Text Font Color

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

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


#787ebe Background Color

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

This div background color is #787ebe


#787ebe Border Color

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

This div border color is #787ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787ebe


Comments

No comments written yet.

Please login to write comment.