Color Hex Logo

#770b98 Color Hex

#770B98
(119,11,152)
0 Favorites   0 Comments

Color spaces of #770b98

RGB 11911152
HSL0.790.870.32
HSV286°93°60°
CMYK 0.220.930.00   0.40
XYZ13.39496.428330.2406
Yxy6.42830.26760.1284
Hunter Lab25.354149.9342-52.9691
CIE-Lab30.468359.9035-50.3711

#770b98 color RGB value is (119,11,152).

#770b98 hex color red value is 119, green value is 11 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #770b98 hue: 0.79 , saturation: 0.87 and the lightness value of 770b98 is 0.32.

The process color (four color CMYK) of #770b98 color hex is 0.22, 0.93, 0.00, 0.40. Web safe color of #770b98 is #660099. Color #770b98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 10011000
Octal 167 13 230
Decimal 119 11 152
Hex 77 B 98

RGB Percentages of Color #770b98

%42.20
%3.90
%53.90

CMYK Percentages of Color #770b98

%22
%93
%0
%40

Triadic Colors of #770b98

#770b98 #98770b #0b9877

Analogous Colors of #770b98

#770b98 #980b73 #300b98

Monochromatic Colors of #770b98

#770b98

Complementary Color

#770b98 #2c980b

#770b98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770b98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770b98 Color CSS Codes

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

#770b98 Text Font Color

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

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


#770b98 Background Color

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

This div background color is #770b98


#770b98 Border Color

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

This div border color is #770b98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770b98


Comments

No comments written yet.

Please login to write comment.