Color Hex Logo

#7773de Color Hex

#7773DE
(119,115,222)
0 Favorites   0 Comments

Color spaces of #7773de

RGB 119115222
HSL0.670.620.66
HSV242°48°87°
CMYK 0.460.480.00   0.13
XYZ26.923321.457371.8299
Yxy21.45730.22400.1785
Hunter Lab46.322022.6843-59.5135
CIE-Lab53.446429.0345-54.3700

#7773de color RGB value is (119,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 11011110
Octal 167 163 336
Decimal 119 115 222
Hex 77 73 DE

RGB Percentages of Color #7773de

%26.10
%25.22
%48.68

CMYK Percentages of Color #7773de

%46
%48
%0
%13

Triadic Colors of #7773de

#7773de #de7773 #73de77

Analogous Colors of #7773de

#7773de #ad73de #73a5de

Monochromatic Colors of #7773de

#7773de

Complementary Color

#7773de #dade73

#7773de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7773de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7773de Color CSS Codes

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

#7773de Text Font Color

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

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


#7773de Background Color

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

This div background color is #7773de


#7773de Border Color

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

This div border color is #7773de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7773de


Comments

No comments written yet.

Please login to write comment.