Color Hex Logo

#776afb Color Hex

#776AFB
(119,106,251)
0 Favorites   0 Comments

Color spaces of #776afb

RGB 119106251
HSL0.680.950.70
HSV245°58°98°
CMYK 0.530.580.00   0.02
XYZ30.174421.195093.7675
Yxy21.19500.20790.1460
Hunter Lab46.038036.4265-88.5317
CIE-Lab53.162342.9777-71.0351

#776afb color RGB value is (119,106,251).

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

The process color (four color CMYK) of #776afb color hex is 0.53, 0.58, 0.00, 0.02. Web safe color of #776afb is #6666ff. Color #776afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101010 11111011
Octal 167 152 373
Decimal 119 106 251
Hex 77 6A FB

RGB Percentages of Color #776afb

%25.00
%22.27
%52.73

CMYK Percentages of Color #776afb

%53
%58
%0
%2

Triadic Colors of #776afb

#776afb #fb776a #6afb77

Analogous Colors of #776afb

#776afb #c06afb #6aa6fb

Monochromatic Colors of #776afb

#776afb

Complementary Color

#776afb #eefb6a

#776afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#776afb Color CSS Codes

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

#776afb Text Font Color

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

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


#776afb Background Color

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

This div background color is #776afb


#776afb Border Color

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

This div border color is #776afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776afb


Comments

No comments written yet.

Please login to write comment.