Color Hex Logo

#765faf Color Hex

#765FAF
(118,95,175)
1 Favorites   0 Comments

Color spaces of #765faf

RGB 11895175
HSL0.710.330.53
HSV257°46°69°
CMYK 0.330.460.00   0.31
XYZ19.301315.131142.4607
Yxy15.13110.25100.1968
Hunter Lab38.898720.4978-37.4901
CIE-Lab45.813227.4545-39.5441

#765faf color RGB value is (118,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10101111
Octal 166 137 257
Decimal 118 95 175
Hex 76 5F AF

RGB Percentages of Color #765faf

%30.41
%24.48
%45.10

CMYK Percentages of Color #765faf

%33
%46
%0
%31

Triadic Colors of #765faf

#765faf #af765f #5faf76

Analogous Colors of #765faf

#765faf #9e5faf #5f70af

Monochromatic Colors of #765faf

#765faf

Complementary Color

#765faf #98af5f

#765faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765faf Color CSS Codes

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

#765faf Text Font Color

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

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


#765faf Background Color

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

This div background color is #765faf


#765faf Border Color

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

This div border color is #765faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765faf


Comments

No comments written yet.

Please login to write comment.