Color Hex Logo

#7760bd Color Hex

#7760BD
(119,96,189)
0 Favorites   0 Comments

Color spaces of #7760bd

RGB 11996189
HSL0.710.410.56
HSV255°49°74°
CMYK 0.370.490.00   0.26
XYZ20.975915.961850.1195
Yxy15.96180.24090.1833
Hunter Lab39.952223.8005-46.4119
CIE-Lab46.924330.9301-45.9329

#7760bd color RGB value is (119,96,189).

#7760bd hex color red value is 119, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7760bd hue: 0.71 , saturation: 0.41 and the lightness value of 7760bd is 0.56.

The process color (four color CMYK) of #7760bd color hex is 0.37, 0.49, 0.00, 0.26. Web safe color of #7760bd is #6666cc. Color #7760bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10111101
Octal 167 140 275
Decimal 119 96 189
Hex 77 60 BD

RGB Percentages of Color #7760bd

%29.46
%23.76
%46.78

CMYK Percentages of Color #7760bd

%37
%49
%0
%26

Triadic Colors of #7760bd

#7760bd #bd7760 #60bd77

Analogous Colors of #7760bd

#7760bd #a660bd #6078bd

Monochromatic Colors of #7760bd

#7760bd

Complementary Color

#7760bd #a6bd60

#7760bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7760bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7760bd Color CSS Codes

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

#7760bd Text Font Color

<p style="color:#7760bd">Text here</p>

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


#7760bd Background Color

<div style="background-color:#7760bd">
Div content here</div>

This div background color is #7760bd


#7760bd Border Color

<div style="border:3px solid #7760bd">
Div here</div>

This div border color is #7760bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,96,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7760bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7760bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7760bd;
  box-shadow:         1px 1px 3px 2px #7760bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7760bd


Comments

No comments written yet.

Please login to write comment.