Color Hex Logo

#7659cd Color Hex

#7659CD
(118,89,205)
0 Favorites   0 Comments

Color spaces of #7659cd

RGB 11889205
HSL0.710.540.58
HSV255°57°80°
CMYK 0.420.570.00   0.20
XYZ22.063015.404159.5680
Yxy15.40410.22740.1587
Hunter Lab39.248131.6583-62.5126
CIE-Lab46.182839.2586-56.3623

#7659cd color RGB value is (118,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 11001101
Octal 166 131 315
Decimal 118 89 205
Hex 76 59 CD

RGB Percentages of Color #7659cd

%28.64
%21.60
%49.76

CMYK Percentages of Color #7659cd

%42
%57
%0
%20

Triadic Colors of #7659cd

#7659cd #cd7659 #59cd76

Analogous Colors of #7659cd

#7659cd #b059cd #5976cd

Monochromatic Colors of #7659cd

#7659cd

Complementary Color

#7659cd #b0cd59

#7659cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7659cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7659cd Color CSS Codes

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

#7659cd Text Font Color

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

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


#7659cd Background Color

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

This div background color is #7659cd


#7659cd Border Color

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

This div border color is #7659cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #7659cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7659cd


Comments

No comments written yet.

Please login to write comment.