Color Hex Logo

#765faa Color Hex

#765FAA
(118,95,170)
0 Favorites   0 Comments

Color spaces of #765faa

RGB 11895170
HSL0.720.310.52
HSV258°44°67°
CMYK 0.310.440.00   0.33
XYZ18.819114.938239.9217
Yxy14.93820.25540.2027
Hunter Lab38.650019.2762-34.1859
CIE-Lab45.549426.1235-37.0264

#765faa color RGB value is (118,95,170).

#765faa hex color red value is 118, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #765faa hue: 0.72 , saturation: 0.31 and the lightness value of 765faa is 0.52.

The process color (four color CMYK) of #765faa color hex is 0.31, 0.44, 0.00, 0.33. Web safe color of #765faa is #666699. Color #765faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10101010
Octal 166 137 252
Decimal 118 95 170
Hex 76 5F AA

RGB Percentages of Color #765faa

%30.81
%24.80
%44.39

CMYK Percentages of Color #765faa

%31
%44
%0
%33

Triadic Colors of #765faa

#765faa #aa765f #5faa76

Analogous Colors of #765faa

#765faa #9c5faa #5f6eaa

Monochromatic Colors of #765faa

#765faa

Complementary Color

#765faa #93aa5f

#765faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#765faa Color CSS Codes

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

#765faa Text Font Color

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

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


#765faa Background Color

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

This div background color is #765faa


#765faa Border Color

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

This div border color is #765faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,95,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765faa;
  -webkit-box-shadow: 1px 1px 3px 2px #765faa;
  box-shadow:         1px 1px 3px 2px #765faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765faa


Comments

No comments written yet.

Please login to write comment.