Color Hex Logo

#766cbc Color Hex

#766CBC
(118,108,188)
0 Favorites   0 Comments

Color spaces of #766cbc

RGB 118108188
HSL0.690.370.58
HSV248°43°74°
CMYK 0.370.430.00   0.26
XYZ21.910918.207549.9365
Yxy18.20750.24330.2022
Hunter Lab42.670216.9857-39.5172
CIE-Lab49.746823.1886-40.8783

#766cbc color RGB value is (118,108,188).

#766cbc hex color red value is 118, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #766cbc hue: 0.69 , saturation: 0.37 and the lightness value of 766cbc is 0.58.

The process color (four color CMYK) of #766cbc color hex is 0.37, 0.43, 0.00, 0.26. Web safe color of #766cbc is #6666cc. Color #766cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 10111100
Octal 166 154 274
Decimal 118 108 188
Hex 76 6C BC

RGB Percentages of Color #766cbc

%28.50
%26.09
%45.41

CMYK Percentages of Color #766cbc

%37
%43
%0
%26

Triadic Colors of #766cbc

#766cbc #bc766c #6cbc76

Analogous Colors of #766cbc

#766cbc #9e6cbc #6c8abc

Monochromatic Colors of #766cbc

#766cbc

Complementary Color

#766cbc #b2bc6c

#766cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cbc Color CSS Codes

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

#766cbc Text Font Color

<p style="color:#766cbc">Text here</p>

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


#766cbc Background Color

<div style="background-color:#766cbc">
Div content here</div>

This div background color is #766cbc


#766cbc Border Color

<div style="border:3px solid #766cbc">
Div here</div>

This div border color is #766cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,108,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #766cbc;
  box-shadow:         1px 1px 3px 2px #766cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cbc


Comments

No comments written yet.

Please login to write comment.