Color Hex Logo

#765fad Color Hex

#765FAD
(118,95,173)
0 Favorites   0 Comments

Color spaces of #765fad

RGB 11895173
HSL0.720.320.53
HSV258°45°68°
CMYK 0.320.450.00   0.32
XYZ19.106215.053141.4337
Yxy15.05310.25280.1991
Hunter Lab38.798320.0051-36.1584
CIE-Lab45.706826.9195-38.5399

#765fad color RGB value is (118,95,173).

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

The process color (four color CMYK) of #765fad color hex is 0.32, 0.45, 0.00, 0.32. Web safe color of #765fad is #666699. Color #765fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10101101
Octal 166 137 255
Decimal 118 95 173
Hex 76 5F AD

RGB Percentages of Color #765fad

%30.57
%24.61
%44.82

CMYK Percentages of Color #765fad

%32
%45
%0
%32

Triadic Colors of #765fad

#765fad #ad765f #5fad76

Analogous Colors of #765fad

#765fad #9d5fad #5f6fad

Monochromatic Colors of #765fad

#765fad

Complementary Color

#765fad #96ad5f

#765fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fad Color CSS Codes

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

#765fad Text Font Color

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

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


#765fad Background Color

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

This div background color is #765fad


#765fad Border Color

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

This div border color is #765fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fad


Comments

No comments written yet.

Please login to write comment.