Color Hex Logo

#7789de Color Hex

#7789DE
(119,137,222)
0 Favorites   0 Comments

Color spaces of #7789de

RGB 119137222
HSL0.640.610.67
HSV230°46°87°
CMYK 0.460.380.00   0.13
XYZ29.738227.087272.7682
Yxy27.08720.22950.2090
Hunter Lab52.045410.9137-46.4657
CIE-Lab59.055015.9265-45.4549

#7789de color RGB value is (119,137,222).

#7789de hex color red value is 119, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7789de hue: 0.64 , saturation: 0.61 and the lightness value of 7789de is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001001 11011110
Octal 167 211 336
Decimal 119 137 222
Hex 77 89 DE

RGB Percentages of Color #7789de

%24.90
%28.66
%46.44

CMYK Percentages of Color #7789de

%46
%38
%0
%13

Triadic Colors of #7789de

#7789de #de7789 #89de77

Analogous Colors of #7789de

#7789de #9977de #77bdde

Monochromatic Colors of #7789de

#7789de

Complementary Color

#7789de #decc77

#7789de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7789de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7789de Color CSS Codes

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

#7789de Text Font Color

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

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


#7789de Background Color

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

This div background color is #7789de


#7789de Border Color

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

This div border color is #7789de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7789de


Comments

No comments written yet.

Please login to write comment.