Color Hex Logo

#770bbd Color Hex

#770BBD
(119,11,189)
0 Favorites   0 Comments

Color spaces of #770bbd

RGB 11911189
HSL0.770.890.39
HSV276°94°74°
CMYK 0.370.940.00   0.26
XYZ16.91277.835448.7651
Yxy7.83540.23010.1066
Hunter Lab27.991858.8645-83.6962
CIE-Lab33.637767.2743-67.4371

#770bbd color RGB value is (119,11,189).

#770bbd hex color red value is 119, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #770bbd hue: 0.77 , saturation: 0.89 and the lightness value of 770bbd is 0.39.

The process color (four color CMYK) of #770bbd color hex is 0.37, 0.94, 0.00, 0.26. Web safe color of #770bbd is #6600cc. Color #770bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 10111101
Octal 167 13 275
Decimal 119 11 189
Hex 77 B BD

RGB Percentages of Color #770bbd

%37.30
%3.45
%59.25

CMYK Percentages of Color #770bbd

%37
%94
%0
%26

Triadic Colors of #770bbd

#770bbd #bd770b #0bbd77

Analogous Colors of #770bbd

#770bbd #bd0baa #1e0bbd

Monochromatic Colors of #770bbd

#770bbd

Complementary Color

#770bbd #51bd0b

#770bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#770bbd Color CSS Codes

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

#770bbd Text Font Color

<p style="color:#770bbd">Text here</p>

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


#770bbd Background Color

<div style="background-color:#770bbd">
Div content here</div>

This div background color is #770bbd


#770bbd Border Color

<div style="border:3px solid #770bbd">
Div here</div>

This div border color is #770bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770bbd


Comments

No comments written yet.

Please login to write comment.