Color Hex Logo

#766590 Color Hex

#766590
(118,101,144)
0 Favorites   0 Comments

Color spaces of #766590

RGB 118101144
HSL0.730.180.48
HSV264°30°56°
CMYK 0.180.300.00   0.44
XYZ17.158915.172528.4098
Yxy15.17250.28250.2498
Hunter Lab38.951910.4661-15.9772
CIE-Lab45.869615.9088-21.1289

#766590 color RGB value is (118,101,144).

#766590 hex color red value is 118, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #766590 hue: 0.73 , saturation: 0.18 and the lightness value of 766590 is 0.48.

The process color (four color CMYK) of #766590 color hex is 0.18, 0.30, 0.00, 0.44. Web safe color of #766590 is #666699. Color #766590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 10010000
Octal 166 145 220
Decimal 118 101 144
Hex 76 65 90

RGB Percentages of Color #766590

%32.51
%27.82
%39.67

CMYK Percentages of Color #766590

%18
%30
%0
%44

Triadic Colors of #766590

#766590 #907665 #659076

Analogous Colors of #766590

#766590 #8c6590 #656a90

Monochromatic Colors of #766590

#766590

Complementary Color

#766590 #7f9065

#766590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766590 Color CSS Codes

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

#766590 Text Font Color

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

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


#766590 Background Color

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

This div background color is #766590


#766590 Border Color

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

This div border color is #766590


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,101,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766590; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766590;
  -webkit-box-shadow: 1px 1px 3px 2px #766590;
  box-shadow:         1px 1px 3px 2px #766590; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766590


Comments

No comments written yet.

Please login to write comment.