Color Hex Logo

#7759dd Color Hex

#7759DD
(119,89,221)
0 Favorites   0 Comments

Color spaces of #7759dd

RGB 11989221
HSL0.700.660.61
HSV254°60°87°
CMYK 0.460.600.00   0.13
XYZ24.231316.287270.2732
Yxy16.28720.21870.1470
Hunter Lab40.357436.5491-74.9898
CIE-Lab47.349143.9852-63.6158

#7759dd color RGB value is (119,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011001 11011101
Octal 167 131 335
Decimal 119 89 221
Hex 77 59 DD

RGB Percentages of Color #7759dd

%27.74
%20.75
%51.52

CMYK Percentages of Color #7759dd

%46
%60
%0
%13

Triadic Colors of #7759dd

#7759dd #dd7759 #59dd77

Analogous Colors of #7759dd

#7759dd #b959dd #597ddd

Monochromatic Colors of #7759dd

#7759dd

Complementary Color

#7759dd #bfdd59

#7759dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7759dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7759dd Color CSS Codes

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

#7759dd Text Font Color

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

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


#7759dd Background Color

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

This div background color is #7759dd


#7759dd Border Color

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

This div border color is #7759dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7759dd


Comments

No comments written yet.

Please login to write comment.