Color Hex Logo

#7785ba Color Hex

#7785BA
(119,133,186)
0 Favorites   0 Comments

Color spaces of #7785ba

RGB 119133186
HSL0.630.330.60
HSV227°36°73°
CMYK 0.360.280.00   0.27
XYZ24.858224.242249.8234
Yxy24.24220.25130.2451
Hunter Lab49.23643.9565-25.5314
CIE-Lab56.32957.9874-29.4124

#7785ba color RGB value is (119,133,186).

#7785ba hex color red value is 119, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7785ba hue: 0.63 , saturation: 0.33 and the lightness value of 7785ba is 0.60.

The process color (four color CMYK) of #7785ba color hex is 0.36, 0.28, 0.00, 0.27. Web safe color of #7785ba is #6699cc. Color #7785ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 10111010
Octal 167 205 272
Decimal 119 133 186
Hex 77 85 BA

RGB Percentages of Color #7785ba

%27.17
%30.37
%42.47

CMYK Percentages of Color #7785ba

%36
%28
%0
%27

Triadic Colors of #7785ba

#7785ba #ba7785 #85ba77

Analogous Colors of #7785ba

#7785ba #8b77ba #77a7ba

Monochromatic Colors of #7785ba

#7785ba

Complementary Color

#7785ba #baac77

#7785ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7785ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7785ba Color CSS Codes

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

#7785ba Text Font Color

<p style="color:#7785ba">Text here</p>

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


#7785ba Background Color

<div style="background-color:#7785ba">
Div content here</div>

This div background color is #7785ba


#7785ba Border Color

<div style="border:3px solid #7785ba">
Div here</div>

This div border color is #7785ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,133,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7785ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7785ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7785ba;
  box-shadow:         1px 1px 3px 2px #7785ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,133,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 #7785ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7785ba


Comments

No comments written yet.

Please login to write comment.