Color Hex Logo

#765aaf Color Hex

#765AAF
(118,90,175)
0 Favorites   0 Comments

Color spaces of #765aaf

RGB 11890175
HSL0.720.350.52
HSV260°49°69°
CMYK 0.330.490.00   0.31
XYZ18.865214.259042.3154
Yxy14.25900.25010.1890
Hunter Lab37.761123.0956-40.0081
CIE-Lab44.602130.4446-41.4654

#765aaf color RGB value is (118,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 10101111
Octal 166 132 257
Decimal 118 90 175
Hex 76 5A AF

RGB Percentages of Color #765aaf

%30.81
%23.50
%45.69

CMYK Percentages of Color #765aaf

%33
%49
%0
%31

Triadic Colors of #765aaf

#765aaf #af765a #5aaf76

Analogous Colors of #765aaf

#765aaf #a15aaf #5a69af

Monochromatic Colors of #765aaf

#765aaf

Complementary Color

#765aaf #93af5a

#765aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765aaf Color CSS Codes

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

#765aaf Text Font Color

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

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


#765aaf Background Color

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

This div background color is #765aaf


#765aaf Border Color

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

This div border color is #765aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765aaf


Comments

No comments written yet.

Please login to write comment.