Color Hex Logo

#765caf Color Hex

#765CAF
(118,92,175)
0 Favorites   0 Comments

Color spaces of #765caf

RGB 11892175
HSL0.720.340.52
HSV259°47°69°
CMYK 0.330.470.00   0.31
XYZ19.036214.601042.3724
Yxy14.60100.25040.1921
Hunter Lab38.211322.0560-38.9987
CIE-Lab45.082829.2512-40.7022

#765caf color RGB value is (118,92,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 10101111
Octal 166 134 257
Decimal 118 92 175
Hex 76 5C AF

RGB Percentages of Color #765caf

%30.65
%23.90
%45.45

CMYK Percentages of Color #765caf

%33
%47
%0
%31

Triadic Colors of #765caf

#765caf #af765c #5caf76

Analogous Colors of #765caf

#765caf #a05caf #5c6caf

Monochromatic Colors of #765caf

#765caf

Complementary Color

#765caf #95af5c

#765caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765caf Color CSS Codes

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

#765caf Text Font Color

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

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


#765caf Background Color

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

This div background color is #765caf


#765caf Border Color

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

This div border color is #765caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765caf


Comments

No comments written yet.

Please login to write comment.