Color Hex Logo

#7782bc Color Hex

#7782BC
(119,130,188)
0 Favorites   0 Comments

Color spaces of #7782bc

RGB 119130188
HSL0.640.340.60
HSV230°37°74°
CMYK 0.370.310.00   0.26
XYZ24.667523.518050.8163
Yxy23.51800.24920.2376
Hunter Lab48.49545.9284-28.1808
CIE-Lab55.601910.3036-31.6838

#7782bc color RGB value is (119,130,188).

#7782bc hex color red value is 119, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7782bc hue: 0.64 , saturation: 0.34 and the lightness value of 7782bc is 0.60.

The process color (four color CMYK) of #7782bc color hex is 0.37, 0.31, 0.00, 0.26. Web safe color of #7782bc is #6699cc. Color #7782bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 10111100
Octal 167 202 274
Decimal 119 130 188
Hex 77 82 BC

RGB Percentages of Color #7782bc

%27.23
%29.75
%43.02

CMYK Percentages of Color #7782bc

%37
%31
%0
%26

Triadic Colors of #7782bc

#7782bc #bc7782 #82bc77

Analogous Colors of #7782bc

#7782bc #8f77bc #77a5bc

Monochromatic Colors of #7782bc

#7782bc

Complementary Color

#7782bc #bcb177

#7782bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782bc Color CSS Codes

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

#7782bc Text Font Color

<p style="color:#7782bc">Text here</p>

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


#7782bc Background Color

<div style="background-color:#7782bc">
Div content here</div>

This div background color is #7782bc


#7782bc Border Color

<div style="border:3px solid #7782bc">
Div here</div>

This div border color is #7782bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,130,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7782bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7782bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7782bc;
  box-shadow:         1px 1px 3px 2px #7782bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,130,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782bc


Comments

No comments written yet.

Please login to write comment.