Color Hex Logo

#787eba Color Hex

#787EBA
(120,126,186)
0 Favorites   0 Comments

Color spaces of #787eba

RGB 120126186
HSL0.650.320.60
HSV235°35°73°
CMYK 0.350.320.00   0.27
XYZ24.069522.459949.5210
Yxy22.45990.25060.2338
Hunter Lab47.39197.7212-28.7793
CIE-Lab54.511612.4049-32.2342

#787eba color RGB value is (120,126,186).

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

The process color (four color CMYK) of #787eba color hex is 0.35, 0.32, 0.00, 0.27. Web safe color of #787eba is #6666cc. Color #787eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111110 10111010
Octal 170 176 272
Decimal 120 126 186
Hex 78 7E BA

RGB Percentages of Color #787eba

%27.78
%29.17
%43.06

CMYK Percentages of Color #787eba

%35
%32
%0
%27

Triadic Colors of #787eba

#787eba #ba787e #7eba78

Analogous Colors of #787eba

#787eba #9378ba #789fba

Monochromatic Colors of #787eba

#787eba

Complementary Color

#787eba #bab478

#787eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#787eba Color CSS Codes

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

#787eba Text Font Color

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

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


#787eba Background Color

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

This div background color is #787eba


#787eba Border Color

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

This div border color is #787eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787eba


Comments

No comments written yet.

Please login to write comment.