Color Hex Logo

#766ceb Color Hex

#766CEB
(118,108,235)
0 Favorites   0 Comments

Color spaces of #766ceb

RGB 118108235
HSL0.680.760.67
HSV245°54°92°
CMYK 0.500.540.00   0.08
XYZ27.829220.574881.1018
Yxy20.57480.21490.1589
Hunter Lab45.359530.1353-74.2577
CIE-Lab52.481036.8382-63.2248

#766ceb color RGB value is (118,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11101011
Octal 166 154 353
Decimal 118 108 235
Hex 76 6C EB

RGB Percentages of Color #766ceb

%25.60
%23.43
%50.98

CMYK Percentages of Color #766ceb

%50
%54
%0
%8

Triadic Colors of #766ceb

#766ceb #eb766c #6ceb76

Analogous Colors of #766ceb

#766ceb #b66ceb #6ca2eb

Monochromatic Colors of #766ceb

#766ceb

Complementary Color

#766ceb #e1eb6c

#766ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ceb Color CSS Codes

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

#766ceb Text Font Color

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

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


#766ceb Background Color

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

This div background color is #766ceb


#766ceb Border Color

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

This div border color is #766ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ceb


Comments

No comments written yet.

Please login to write comment.