Color Hex Logo

#766dee Color Hex

#766DEE
(118,109,238)
0 Favorites   0 Comments

Color spaces of #766dee

RGB 118109238
HSL0.680.790.68
HSV244°54°93°
CMYK 0.500.540.00   0.07
XYZ28.372520.961983.4396
Yxy20.96190.21370.1579
Hunter Lab45.784230.4944-76.0045
CIE-Lab52.907837.1452-64.2144

#766dee color RGB value is (118,109,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 11101110
Octal 166 155 356
Decimal 118 109 238
Hex 76 6D EE

RGB Percentages of Color #766dee

%25.38
%23.44
%51.18

CMYK Percentages of Color #766dee

%50
%54
%0
%7

Triadic Colors of #766dee

#766dee #ee766d #6dee76

Analogous Colors of #766dee

#766dee #b76dee #6da5ee

Monochromatic Colors of #766dee

#766dee

Complementary Color

#766dee #e5ee6d

#766dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#766dee Color CSS Codes

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

#766dee Text Font Color

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

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


#766dee Background Color

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

This div background color is #766dee


#766dee Border Color

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

This div border color is #766dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766dee


Comments

No comments written yet.

Please login to write comment.