Color Hex Logo

#765ccc Color Hex

#765CCC
(118,92,204)
0 Favorites   0 Comments

Color spaces of #765ccc

RGB 11892204
HSL0.710.520.58
HSV254°55°80°
CMYK 0.420.550.00   0.20
XYZ22.197415.865559.0192
Yxy15.86550.22860.1634
Hunter Lab39.831529.7697-59.9692
CIE-Lab46.797537.2315-54.7985

#765ccc color RGB value is (118,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 11001100
Octal 166 134 314
Decimal 118 92 204
Hex 76 5C CC

RGB Percentages of Color #765ccc

%28.50
%22.22
%49.28

CMYK Percentages of Color #765ccc

%42
%55
%0
%20

Triadic Colors of #765ccc

#765ccc #cc765c #5ccc76

Analogous Colors of #765ccc

#765ccc #ae5ccc #5c7acc

Monochromatic Colors of #765ccc

#765ccc

Complementary Color

#765ccc #b2cc5c

#765ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ccc Color CSS Codes

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

#765ccc Text Font Color

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

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


#765ccc Background Color

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

This div background color is #765ccc


#765ccc Border Color

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

This div border color is #765ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ccc


Comments

No comments written yet.

Please login to write comment.