Color Hex Logo

#7775db Color Hex

#7775DB
(119,117,219)
0 Favorites   0 Comments

Color spaces of #7775db

RGB 119117219
HSL0.670.590.66
HSV241°47°86°
CMYK 0.460.470.00   0.14
XYZ26.755221.759069.8076
Yxy21.75900.22610.1839
Hunter Lab46.646520.7513-56.0762
CIE-Lab53.770426.9532-52.1620

#7775db color RGB value is (119,117,219).

#7775db hex color red value is 119, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7775db hue: 0.67 , saturation: 0.59 and the lightness value of 7775db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 11011011
Octal 167 165 333
Decimal 119 117 219
Hex 77 75 DB

RGB Percentages of Color #7775db

%26.15
%25.71
%48.13

CMYK Percentages of Color #7775db

%46
%47
%0
%14

Triadic Colors of #7775db

#7775db #db7775 #75db77

Analogous Colors of #7775db

#7775db #aa75db #75a6db

Monochromatic Colors of #7775db

#7775db

Complementary Color

#7775db #d9db75

#7775db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7775db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7775db Color CSS Codes

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

#7775db Text Font Color

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

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


#7775db Background Color

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

This div background color is #7775db


#7775db Border Color

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

This div border color is #7775db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7775db


Comments

No comments written yet.

Please login to write comment.