Color Hex Logo

#765daf Color Hex

#765DAF
(118,93,175)
0 Favorites   0 Comments

Color spaces of #765daf

RGB 11893175
HSL0.720.340.53
HSV258°47°69°
CMYK 0.330.470.00   0.31
XYZ19.123414.775442.4015
Yxy14.77540.25060.1936
Hunter Lab38.438821.5364-38.4952
CIE-Lab45.325028.6531-40.3179

#765daf color RGB value is (118,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011101 10101111
Octal 166 135 257
Decimal 118 93 175
Hex 76 5D AF

RGB Percentages of Color #765daf

%30.57
%24.09
%45.34

CMYK Percentages of Color #765daf

%33
%47
%0
%31

Triadic Colors of #765daf

#765daf #af765d #5daf76

Analogous Colors of #765daf

#765daf #9f5daf #5d6daf

Monochromatic Colors of #765daf

#765daf

Complementary Color

#765daf #96af5d

#765daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765daf Color CSS Codes

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

#765daf Text Font Color

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

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


#765daf Background Color

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

This div background color is #765daf


#765daf Border Color

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

This div border color is #765daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,93,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 #765daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765daf


Comments

No comments written yet.

Please login to write comment.