Color Hex Logo

#7759cd Color Hex

#7759CD
(119,89,205)
0 Favorites   0 Comments

Color spaces of #7759cd

RGB 11989205
HSL0.710.540.58
HSV256°57°80°
CMYK 0.420.570.00   0.20
XYZ22.199615.474559.5744
Yxy15.47450.22830.1591
Hunter Lab39.337631.8929-62.2547
CIE-Lab46.277439.4838-56.2051

#7759cd color RGB value is (119,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011001 11001101
Octal 167 131 315
Decimal 119 89 205
Hex 77 59 CD

RGB Percentages of Color #7759cd

%28.81
%21.55
%49.64

CMYK Percentages of Color #7759cd

%42
%57
%0
%20

Triadic Colors of #7759cd

#7759cd #cd7759 #59cd77

Analogous Colors of #7759cd

#7759cd #b159cd #5975cd

Monochromatic Colors of #7759cd

#7759cd

Complementary Color

#7759cd #afcd59

#7759cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7759cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7759cd Color CSS Codes

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

#7759cd Text Font Color

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

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


#7759cd Background Color

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

This div background color is #7759cd


#7759cd Border Color

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

This div border color is #7759cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7759cd


Comments

No comments written yet.

Please login to write comment.