Color Hex Logo

#777acd Color Hex

#777ACD
(119,122,205)
0 Favorites   0 Comments

Color spaces of #777acd

RGB 119122205
HSL0.660.460.64
HSV238°42°80°
CMYK 0.420.400.00   0.20
XYZ25.586722.248860.7035
Yxy22.24880.23570.2050
Hunter Lab47.168614.2825-43.2850
CIE-Lab54.290019.8718-43.4172

#777acd color RGB value is (119,122,205).

#777acd hex color red value is 119, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #777acd hue: 0.66 , saturation: 0.46 and the lightness value of 777acd is 0.64.

The process color (four color CMYK) of #777acd color hex is 0.42, 0.40, 0.00, 0.20. Web safe color of #777acd is #6666cc. Color #777acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11001101
Octal 167 172 315
Decimal 119 122 205
Hex 77 7A CD

RGB Percentages of Color #777acd

%26.68
%27.35
%45.96

CMYK Percentages of Color #777acd

%42
%40
%0
%20

Triadic Colors of #777acd

#777acd #cd777a #7acd77

Analogous Colors of #777acd

#777acd #9f77cd #77a5cd

Monochromatic Colors of #777acd

#777acd

Complementary Color

#777acd #cdca77

#777acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#777acd Color CSS Codes

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

#777acd Text Font Color

<p style="color:#777acd">Text here</p>

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


#777acd Background Color

<div style="background-color:#777acd">
Div content here</div>

This div background color is #777acd


#777acd Border Color

<div style="border:3px solid #777acd">
Div here</div>

This div border color is #777acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,122,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777acd;
  -webkit-box-shadow: 1px 1px 3px 2px #777acd;
  box-shadow:         1px 1px 3px 2px #777acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777acd


Comments

No comments written yet.

Please login to write comment.