Color Hex Logo

#765fbd Color Hex

#765FBD
(118,95,189)
0 Favorites   0 Comments

Color spaces of #765fbd

RGB 11895189
HSL0.710.420.56
HSV255°50°74°
CMYK 0.380.500.00   0.26
XYZ20.748715.710150.0829
Yxy15.71010.23980.1815
Hunter Lab39.636024.0785-47.1720
CIE-Lab46.591831.2684-46.4685

#765fbd color RGB value is (118,95,189).

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

The process color (four color CMYK) of #765fbd color hex is 0.38, 0.50, 0.00, 0.26. Web safe color of #765fbd is #6666cc. Color #765fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10111101
Octal 166 137 275
Decimal 118 95 189
Hex 76 5F BD

RGB Percentages of Color #765fbd

%29.35
%23.63
%47.01

CMYK Percentages of Color #765fbd

%38
%50
%0
%26

Triadic Colors of #765fbd

#765fbd #bd765f #5fbd76

Analogous Colors of #765fbd

#765fbd #a55fbd #5f77bd

Monochromatic Colors of #765fbd

#765fbd

Complementary Color

#765fbd #a6bd5f

#765fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fbd Color CSS Codes

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

#765fbd Text Font Color

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

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


#765fbd Background Color

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

This div background color is #765fbd


#765fbd Border Color

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

This div border color is #765fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fbd


Comments

No comments written yet.

Please login to write comment.