Color Hex Logo

#765bcc Color Hex

#765BCC
(118,91,204)
0 Favorites   0 Comments

Color spaces of #765bcc

RGB 11891204
HSL0.710.530.58
HSV254°55°80°
CMYK 0.420.550.00   0.20
XYZ22.111415.693458.9905
Yxy15.69340.22840.1621
Hunter Lab39.614930.3053-60.5582
CIE-Lab46.569637.8157-55.1650

#765bcc color RGB value is (118,91,204).

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

The process color (four color CMYK) of #765bcc color hex is 0.42, 0.55, 0.00, 0.20. Web safe color of #765bcc is #6666cc. Color #765bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011011 11001100
Octal 166 133 314
Decimal 118 91 204
Hex 76 5B CC

RGB Percentages of Color #765bcc

%28.57
%22.03
%49.39

CMYK Percentages of Color #765bcc

%42
%55
%0
%20

Triadic Colors of #765bcc

#765bcc #cc765b #5bcc76

Analogous Colors of #765bcc

#765bcc #af5bcc #5b79cc

Monochromatic Colors of #765bcc

#765bcc

Complementary Color

#765bcc #b1cc5b

#765bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#765bcc Color CSS Codes

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

#765bcc Text Font Color

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

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


#765bcc Background Color

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

This div background color is #765bcc


#765bcc Border Color

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

This div border color is #765bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765bcc


Comments

No comments written yet.

Please login to write comment.