Color Hex Logo

#7759cc Color Hex

#7759CC
(119,89,204)
0 Favorites   0 Comments

Color spaces of #7759cc

RGB 11989204
HSL0.710.530.57
HSV256°56°80°
CMYK 0.420.560.00   0.20
XYZ22.079215.426358.9406
Yxy15.42630.22890.1599
Hunter Lab39.276331.6103-61.4810
CIE-Lab46.212639.2051-55.7345

#7759cc color RGB value is (119,89,204).

#7759cc hex color red value is 119, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7759cc hue: 0.71 , saturation: 0.53 and the lightness value of 7759cc is 0.57.

The process color (four color CMYK) of #7759cc color hex is 0.42, 0.56, 0.00, 0.20. Web safe color of #7759cc is #6666cc. Color #7759cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011001 11001100
Octal 167 131 314
Decimal 119 89 204
Hex 77 59 CC

RGB Percentages of Color #7759cc

%28.88
%21.60
%49.51

CMYK Percentages of Color #7759cc

%42
%56
%0
%20

Triadic Colors of #7759cc

#7759cc #cc7759 #59cc77

Analogous Colors of #7759cc

#7759cc #b159cc #5975cc

Monochromatic Colors of #7759cc

#7759cc

Complementary Color

#7759cc #aecc59

#7759cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7759cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7759cc Color CSS Codes

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

#7759cc Text Font Color

<p style="color:#7759cc">Text here</p>

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


#7759cc Background Color

<div style="background-color:#7759cc">
Div content here</div>

This div background color is #7759cc


#7759cc Border Color

<div style="border:3px solid #7759cc">
Div here</div>

This div border color is #7759cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,89,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7759cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7759cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7759cc;
  box-shadow:         1px 1px 3px 2px #7759cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7759cc


Comments

No comments written yet.

Please login to write comment.