Color Hex Logo

#7770db Color Hex

#7770DB
(119,112,219)
0 Favorites   0 Comments

Color spaces of #7770db

RGB 119112219
HSL0.680.600.65
HSV244°49°86°
CMYK 0.460.490.00   0.14
XYZ26.188120.624869.6185
Yxy20.62480.22490.1771
Hunter Lab45.414523.4558-59.0988
CIE-Lab52.536429.9403-54.1336

#7770db color RGB value is (119,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 11011011
Octal 167 160 333
Decimal 119 112 219
Hex 77 70 DB

RGB Percentages of Color #7770db

%26.44
%24.89
%48.67

CMYK Percentages of Color #7770db

%46
%49
%0
%14

Triadic Colors of #7770db

#7770db #db7770 #70db77

Analogous Colors of #7770db

#7770db #ad70db #709fdb

Monochromatic Colors of #7770db

#7770db

Complementary Color

#7770db #d4db70

#7770db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7770db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7770db Color CSS Codes

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

#7770db Text Font Color

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

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


#7770db Background Color

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

This div background color is #7770db


#7770db Border Color

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

This div border color is #7770db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7770db


Comments

No comments written yet.

Please login to write comment.