Color Hex Logo

#770fbe Color Hex

#770FBE
(119,15,190)
0 Favorites   0 Comments

Color spaces of #770fbe

RGB 11915190
HSL0.770.850.40
HSV276°92°75°
CMYK 0.370.920.00   0.25
XYZ17.07287.981349.3559
Yxy7.98130.22940.1073
Hunter Lab28.251258.4318-83.8060
CIE-Lab33.943966.8391-67.5246

#770fbe color RGB value is (119,15,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 10111110
Octal 167 17 276
Decimal 119 15 190
Hex 77 F BE

RGB Percentages of Color #770fbe

%36.73
%4.63
%58.64

CMYK Percentages of Color #770fbe

%37
%92
%0
%25

Triadic Colors of #770fbe

#770fbe #be770f #0fbe77

Analogous Colors of #770fbe

#770fbe #be0fae #1f0fbe

Monochromatic Colors of #770fbe

#770fbe

Complementary Color

#770fbe #56be0f

#770fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#770fbe Color CSS Codes

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

#770fbe Text Font Color

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

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


#770fbe Background Color

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

This div background color is #770fbe


#770fbe Border Color

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

This div border color is #770fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770fbe


Comments

No comments written yet.

Please login to write comment.