Color Hex Logo

#7659dc Color Hex

#7659DC
(118,89,220)
0 Favorites   0 Comments

Color spaces of #7659dc

RGB 11889220
HSL0.700.650.61
HSV253°60°86°
CMYK 0.460.600.00   0.14
XYZ23.961916.163669.5671
Yxy16.16360.21840.1474
Hunter Lab40.204036.0305-74.4499
CIE-Lab47.188443.4984-63.3119

#7659dc color RGB value is (118,89,220).

#7659dc hex color red value is 118, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7659dc hue: 0.70 , saturation: 0.65 and the lightness value of 7659dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 11011100
Octal 166 131 334
Decimal 118 89 220
Hex 76 59 DC

RGB Percentages of Color #7659dc

%27.63
%20.84
%51.52

CMYK Percentages of Color #7659dc

%46
%60
%0
%14

Triadic Colors of #7659dc

#7659dc #dc7659 #59dc76

Analogous Colors of #7659dc

#7659dc #b859dc #597edc

Monochromatic Colors of #7659dc

#7659dc

Complementary Color

#7659dc #bfdc59

#7659dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7659dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7659dc Color CSS Codes

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

#7659dc Text Font Color

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

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


#7659dc Background Color

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

This div background color is #7659dc


#7659dc Border Color

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

This div border color is #7659dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7659dc


Comments

No comments written yet.

Please login to write comment.