Color Hex Logo

#7770de Color Hex

#7770DE
(119,112,222)
0 Favorites   0 Comments

Color spaces of #7770de

RGB 119112222
HSL0.680.630.65
HSV244°50°87°
CMYK 0.460.500.00   0.13
XYZ26.586720.784271.7177
Yxy20.78420.22330.1745
Hunter Lab45.589724.3145-61.3570
CIE-Lab52.712530.8236-55.5447

#7770de color RGB value is (119,112,222).

#7770de hex color red value is 119, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7770de hue: 0.68 , saturation: 0.63 and the lightness value of 7770de is 0.65.

The process color (four color CMYK) of #7770de color hex is 0.46, 0.50, 0.00, 0.13. Web safe color of #7770de is #6666cc. Color #7770de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 11011110
Octal 167 160 336
Decimal 119 112 222
Hex 77 70 DE

RGB Percentages of Color #7770de

%26.27
%24.72
%49.01

CMYK Percentages of Color #7770de

%46
%50
%0
%13

Triadic Colors of #7770de

#7770de #de7770 #70de77

Analogous Colors of #7770de

#7770de #ae70de #70a0de

Monochromatic Colors of #7770de

#7770de

Complementary Color

#7770de #d7de70

#7770de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7770de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7770de Color CSS Codes

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

#7770de Text Font Color

<p style="color:#7770de">Text here</p>

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


#7770de Background Color

<div style="background-color:#7770de">
Div content here</div>

This div background color is #7770de


#7770de Border Color

<div style="border:3px solid #7770de">
Div here</div>

This div border color is #7770de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,112,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7770de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7770de;
  -webkit-box-shadow: 1px 1px 3px 2px #7770de;
  box-shadow:         1px 1px 3px 2px #7770de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7770de


Comments

No comments written yet.

Please login to write comment.