Color Hex Logo

#776aeb Color Hex

#776AEB
(119,106,235)
0 Favorites   0 Comments

Color spaces of #776aeb

RGB 119106235
HSL0.680.760.67
HSV246°55°92°
CMYK 0.490.550.00   0.08
XYZ27.757220.228281.0387
Yxy20.22820.21510.1568
Hunter Lab44.975831.4553-75.3475
CIE-Lab52.094238.2185-63.8445

#776aeb color RGB value is (119,106,235).

#776aeb hex color red value is 119, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #776aeb hue: 0.68 , saturation: 0.76 and the lightness value of 776aeb is 0.67.

The process color (four color CMYK) of #776aeb color hex is 0.49, 0.55, 0.00, 0.08. Web safe color of #776aeb is #6666ff. Color #776aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101010 11101011
Octal 167 152 353
Decimal 119 106 235
Hex 77 6A EB

RGB Percentages of Color #776aeb

%25.87
%23.04
%51.09

CMYK Percentages of Color #776aeb

%49
%55
%0
%8

Triadic Colors of #776aeb

#776aeb #eb776a #6aeb77

Analogous Colors of #776aeb

#776aeb #b86aeb #6a9eeb

Monochromatic Colors of #776aeb

#776aeb

Complementary Color

#776aeb #deeb6a

#776aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#776aeb Color CSS Codes

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

#776aeb Text Font Color

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

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


#776aeb Background Color

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

This div background color is #776aeb


#776aeb Border Color

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

This div border color is #776aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776aeb


Comments

No comments written yet.

Please login to write comment.