Color Hex Logo

#765485 Color Hex

#765485
(118,84,133)
0 Favorites   0 Comments

Color spaces of #765485

RGB 11884133
HSL0.780.230.43
HSV282°37°52°
CMYK 0.110.370.00   0.48
XYZ14.875211.885723.7005
Yxy11.88570.29480.2355
Hunter Lab34.475616.6850-16.6263
CIE-Lab41.033923.6143-21.9741

#765485 color RGB value is (118,84,133).

#765485 hex color red value is 118, green value is 84 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #765485 hue: 0.78 , saturation: 0.23 and the lightness value of 765485 is 0.43.

The process color (four color CMYK) of #765485 color hex is 0.11, 0.37, 0.00, 0.48. Web safe color of #765485 is #666699. Color #765485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010100 10000101
Octal 166 124 205
Decimal 118 84 133
Hex 76 54 85

RGB Percentages of Color #765485

%35.22
%25.07
%39.70

CMYK Percentages of Color #765485

%11
%37
%0
%48

Triadic Colors of #765485

#765485 #857654 #548576

Analogous Colors of #765485

#765485 #85547c #5e5485

Monochromatic Colors of #765485

#765485

Complementary Color

#765485 #638554

#765485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765485 Color CSS Codes

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

#765485 Text Font Color

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

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


#765485 Background Color

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

This div background color is #765485


#765485 Border Color

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

This div border color is #765485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765485


Comments

No comments written yet.

Please login to write comment.