Color Hex Logo

#770bab Color Hex

#770BAB
(119,11,171)
0 Favorites   0 Comments

Color spaces of #770bab

RGB 11911171
HSL0.780.880.36
HSV281°94°67°
CMYK 0.300.940.00   0.33
XYZ15.07817.101639.1041
Yxy7.10160.24600.1159
Hunter Lab26.648854.3611-68.3471
CIE-Lab32.037163.6131-59.3396

#770bab color RGB value is (119,11,171).

#770bab hex color red value is 119, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #770bab hue: 0.78 , saturation: 0.88 and the lightness value of 770bab is 0.36.

The process color (four color CMYK) of #770bab color hex is 0.30, 0.94, 0.00, 0.33. Web safe color of #770bab is #660099. Color #770bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 10101011
Octal 167 13 253
Decimal 119 11 171
Hex 77 B AB

RGB Percentages of Color #770bab

%39.53
%3.65
%56.81

CMYK Percentages of Color #770bab

%30
%94
%0
%33

Triadic Colors of #770bab

#770bab #ab770b #0bab77

Analogous Colors of #770bab

#770bab #ab0b8f #270bab

Monochromatic Colors of #770bab

#770bab

Complementary Color

#770bab #3fab0b

#770bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#770bab Color CSS Codes

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

#770bab Text Font Color

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

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


#770bab Background Color

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

This div background color is #770bab


#770bab Border Color

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

This div border color is #770bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770bab


Comments

No comments written yet.

Please login to write comment.