Color Hex Logo

#770bbc Color Hex

#770BBC
(119,11,188)
0 Favorites   0 Comments

Color spaces of #770bbc

RGB 11911188
HSL0.770.890.39
HSV277°94°74°
CMYK 0.370.940.00   0.26
XYZ16.80457.792148.1953
Yxy7.79210.23090.1070
Hunter Lab27.914358.6074-82.8267
CIE-Lab33.546167.0681-66.9967

#770bbc color RGB value is (119,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 10111100
Octal 167 13 274
Decimal 119 11 188
Hex 77 B BC

RGB Percentages of Color #770bbc

%37.42
%3.46
%59.12

CMYK Percentages of Color #770bbc

%37
%94
%0
%26

Triadic Colors of #770bbc

#770bbc #bc770b #0bbc77

Analogous Colors of #770bbc

#770bbc #bc0ba9 #1f0bbc

Monochromatic Colors of #770bbc

#770bbc

Complementary Color

#770bbc #50bc0b

#770bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#770bbc Color CSS Codes

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

#770bbc Text Font Color

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

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


#770bbc Background Color

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

This div background color is #770bbc


#770bbc Border Color

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

This div border color is #770bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770bbc


Comments

No comments written yet.

Please login to write comment.