Color Hex Logo

#770acd Color Hex

#770ACD
(119,10,205)
0 Favorites   0 Comments

Color spaces of #770acd

RGB 11910205
HSL0.760.910.42
HSV274°95°80°
CMYK 0.420.950.00   0.20
XYZ18.73578.546858.4198
Yxy8.54680.21860.0997
Hunter Lab29.234963.2337-98.0141
CIE-Lab35.096770.7474-74.4185

#770acd color RGB value is (119,10,205).

#770acd hex color red value is 119, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #770acd hue: 0.76 , saturation: 0.91 and the lightness value of 770acd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 11001101
Octal 167 12 315
Decimal 119 10 205
Hex 77 A CD

RGB Percentages of Color #770acd

%35.63
%2.99
%61.38

CMYK Percentages of Color #770acd

%42
%95
%0
%20

Triadic Colors of #770acd

#770acd #cd770a #0acd77

Analogous Colors of #770acd

#770acd #cd0ac2 #160acd

Monochromatic Colors of #770acd

#770acd

Complementary Color

#770acd #60cd0a

#770acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#770acd Color CSS Codes

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

#770acd Text Font Color

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

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


#770acd Background Color

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

This div background color is #770acd


#770acd Border Color

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

This div border color is #770acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,10,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 #770acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770acd


Comments

No comments written yet.

Please login to write comment.