Color Hex Logo

#770cbe Color Hex

#770CBE
(119,12,190)
0 Favorites   0 Comments

Color spaces of #770cbe

RGB 11912190
HSL0.770.880.40
HSV276°94°75°
CMYK 0.370.940.00   0.25
XYZ17.03357.902649.3428
Yxy7.90260.22930.1064
Hunter Lab28.111658.9624-84.3906
CIE-Lab33.779267.3323-67.7950

#770cbe color RGB value is (119,12,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001100 10111110
Octal 167 14 276
Decimal 119 12 190
Hex 77 C BE

RGB Percentages of Color #770cbe

%37.07
%3.74
%59.19

CMYK Percentages of Color #770cbe

%37
%94
%0
%25

Triadic Colors of #770cbe

#770cbe #be770c #0cbe77

Analogous Colors of #770cbe

#770cbe #be0cac #1e0cbe

Monochromatic Colors of #770cbe

#770cbe

Complementary Color

#770cbe #53be0c

#770cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#770cbe Color CSS Codes

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

#770cbe Text Font Color

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

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


#770cbe Background Color

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

This div background color is #770cbe


#770cbe Border Color

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

This div border color is #770cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770cbe


Comments

No comments written yet.

Please login to write comment.