Color Hex Logo

#766ced Color Hex

#766CED
(118,108,237)
0 Favorites   0 Comments

Color spaces of #766ced

RGB 118108237
HSL0.680.780.68
HSV245°54°93°
CMYK 0.500.540.00   0.07
XYZ28.119820.691182.6325
Yxy20.69110.21390.1574
Hunter Lab45.487530.7435-75.8649
CIE-Lab52.609837.4348-64.1362

#766ced color RGB value is (118,108,237).

#766ced hex color red value is 118, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #766ced hue: 0.68 , saturation: 0.78 and the lightness value of 766ced is 0.68.

The process color (four color CMYK) of #766ced color hex is 0.50, 0.54, 0.00, 0.07. Web safe color of #766ced is #6666ff. Color #766ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11101101
Octal 166 154 355
Decimal 118 108 237
Hex 76 6C ED

RGB Percentages of Color #766ced

%25.49
%23.33
%51.19

CMYK Percentages of Color #766ced

%50
%54
%0
%7

Triadic Colors of #766ced

#766ced #ed766c #6ced76

Analogous Colors of #766ced

#766ced #b76ced #6ca3ed

Monochromatic Colors of #766ced

#766ced

Complementary Color

#766ced #e3ed6c

#766ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ced Color CSS Codes

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

#766ced Text Font Color

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

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


#766ced Background Color

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

This div background color is #766ced


#766ced Border Color

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

This div border color is #766ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ced


Comments

No comments written yet.

Please login to write comment.