Color Hex Logo

#7759df Color Hex

#7759DF
(119,89,223)
0 Favorites   0 Comments

Color spaces of #7759df

RGB 11989223
HSL0.700.680.61
HSV253°60°87°
CMYK 0.470.600.00   0.13
XYZ24.499416.394471.6852
Yxy16.39440.21760.1456
Hunter Lab40.490037.1480-76.6265
CIE-Lab47.487744.5524-64.5266

#7759df color RGB value is (119,89,223).

#7759df hex color red value is 119, green value is 89 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7759df hue: 0.70 , saturation: 0.68 and the lightness value of 7759df is 0.61.

The process color (four color CMYK) of #7759df color hex is 0.47, 0.60, 0.00, 0.13. Web safe color of #7759df is #6666cc. Color #7759df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011001 11011111
Octal 167 131 337
Decimal 119 89 223
Hex 77 59 DF

RGB Percentages of Color #7759df

%27.61
%20.65
%51.74

CMYK Percentages of Color #7759df

%47
%60
%0
%13

Triadic Colors of #7759df

#7759df #df7759 #59df77

Analogous Colors of #7759df

#7759df #ba59df #597edf

Monochromatic Colors of #7759df

#7759df

Complementary Color

#7759df #c1df59

#7759df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7759df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7759df Color CSS Codes

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

#7759df Text Font Color

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

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


#7759df Background Color

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

This div background color is #7759df


#7759df Border Color

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

This div border color is #7759df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7759df


Comments

No comments written yet.

Please login to write comment.