Color Hex Logo

#776abf Color Hex

#776ABF
(119,106,191)
0 Favorites   0 Comments

Color spaces of #776abf

RGB 119106191
HSL0.690.400.58
HSV249°45°75°
CMYK 0.380.450.00   0.25
XYZ22.165817.991651.5947
Yxy17.99160.24160.1961
Hunter Lab42.416519.0507-42.4278
CIE-Lab49.485925.4975-43.0168

#776abf color RGB value is (119,106,191).

#776abf hex color red value is 119, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #776abf hue: 0.69 , saturation: 0.40 and the lightness value of 776abf is 0.58.

The process color (four color CMYK) of #776abf color hex is 0.38, 0.45, 0.00, 0.25. Web safe color of #776abf is #6666cc. Color #776abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101010 10111111
Octal 167 152 277
Decimal 119 106 191
Hex 77 6A BF

RGB Percentages of Color #776abf

%28.61
%25.48
%45.91

CMYK Percentages of Color #776abf

%38
%45
%0
%25

Triadic Colors of #776abf

#776abf #bf776a #6abf77

Analogous Colors of #776abf

#776abf #a26abf #6a88bf

Monochromatic Colors of #776abf

#776abf

Complementary Color

#776abf #b2bf6a

#776abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#776abf Color CSS Codes

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

#776abf Text Font Color

<p style="color:#776abf">Text here</p>

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


#776abf Background Color

<div style="background-color:#776abf">
Div content here</div>

This div background color is #776abf


#776abf Border Color

<div style="border:3px solid #776abf">
Div here</div>

This div border color is #776abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,106,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776abf;
  -webkit-box-shadow: 1px 1px 3px 2px #776abf;
  box-shadow:         1px 1px 3px 2px #776abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776abf


Comments

No comments written yet.

Please login to write comment.