Color Hex Logo

#7659ce Color Hex

#7659CE
(118,89,206)
0 Favorites   0 Comments

Color spaces of #7659ce

RGB 11889206
HSL0.710.540.58
HSV255°57°81°
CMYK 0.430.570.00   0.19
XYZ22.184215.452560.2059
Yxy15.45250.22670.1579
Hunter Lab39.309731.9436-63.2906
CIE-Lab46.247839.5399-56.8320

#7659ce color RGB value is (118,89,206).

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

The process color (four color CMYK) of #7659ce color hex is 0.43, 0.57, 0.00, 0.19. Web safe color of #7659ce is #6666cc. Color #7659ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 11001110
Octal 166 131 316
Decimal 118 89 206
Hex 76 59 CE

RGB Percentages of Color #7659ce

%28.57
%21.55
%49.88

CMYK Percentages of Color #7659ce

%43
%57
%0
%19

Triadic Colors of #7659ce

#7659ce #ce7659 #59ce76

Analogous Colors of #7659ce

#7659ce #b159ce #5977ce

Monochromatic Colors of #7659ce

#7659ce

Complementary Color

#7659ce #b1ce59

#7659ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7659ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7659ce Color CSS Codes

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

#7659ce Text Font Color

<p style="color:#7659ce">Text here</p>

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


#7659ce Background Color

<div style="background-color:#7659ce">
Div content here</div>

This div background color is #7659ce


#7659ce Border Color

<div style="border:3px solid #7659ce">
Div here</div>

This div border color is #7659ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,89,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7659ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7659ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7659ce;
  box-shadow:         1px 1px 3px 2px #7659ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7659ce


Comments

No comments written yet.

Please login to write comment.