Color Hex Logo

#770cbb Color Hex

#770CBB
(119,12,187)
0 Favorites   0 Comments

Color spaces of #770cbb

RGB 11912187
HSL0.770.880.39
HSV277°94°73°
CMYK 0.360.940.00   0.27
XYZ16.70897.772747.6333
Yxy7.77270.23170.1078
Hunter Lab27.879658.1902-81.7835
CIE-Lab33.504966.7123-66.4729

#770cbb color RGB value is (119,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001100 10111011
Octal 167 14 273
Decimal 119 12 187
Hex 77 C BB

RGB Percentages of Color #770cbb

%37.42
%3.77
%58.81

CMYK Percentages of Color #770cbb

%36
%94
%0
%27

Triadic Colors of #770cbb

#770cbb #bb770c #0cbb77

Analogous Colors of #770cbb

#770cbb #bb0ca8 #1f0cbb

Monochromatic Colors of #770cbb

#770cbb

Complementary Color

#770cbb #50bb0c

#770cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#770cbb Color CSS Codes

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

#770cbb Text Font Color

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

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


#770cbb Background Color

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

This div background color is #770cbb


#770cbb Border Color

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

This div border color is #770cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770cbb


Comments

No comments written yet.

Please login to write comment.