Color Hex Logo

#765cba Color Hex

#765CBA
(118,92,186)
0 Favorites   0 Comments

Color spaces of #765cba

RGB 11892186
HSL0.710.410.55
HSV257°51°73°
CMYK 0.370.510.00   0.27
XYZ20.161315.051048.2969
Yxy15.05100.24140.1802
Hunter Lab38.795624.8705-46.6535
CIE-Lab45.704032.2271-46.1419

#765cba color RGB value is (118,92,186).

#765cba hex color red value is 118, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #765cba hue: 0.71 , saturation: 0.41 and the lightness value of 765cba is 0.55.

The process color (four color CMYK) of #765cba color hex is 0.37, 0.51, 0.00, 0.27. Web safe color of #765cba is #6666cc. Color #765cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 10111010
Octal 166 134 272
Decimal 118 92 186
Hex 76 5C BA

RGB Percentages of Color #765cba

%29.80
%23.23
%46.97

CMYK Percentages of Color #765cba

%37
%51
%0
%27

Triadic Colors of #765cba

#765cba #ba765c #5cba76

Analogous Colors of #765cba

#765cba #a55cba #5c71ba

Monochromatic Colors of #765cba

#765cba

Complementary Color

#765cba #a0ba5c

#765cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#765cba Color CSS Codes

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

#765cba Text Font Color

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

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


#765cba Background Color

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

This div background color is #765cba


#765cba Border Color

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

This div border color is #765cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765cba


Comments

No comments written yet.

Please login to write comment.