Color Hex Logo

#766dda Color Hex

#766DDA
(118,109,218)
0 Favorites   0 Comments

Color spaces of #766dda

RGB 118109218
HSL0.680.600.64
HSV245°50°85°
CMYK 0.460.500.00   0.15
XYZ25.594719.850868.8123
Yxy19.85080.22400.1737
Hunter Lab44.554224.5715-60.3832
CIE-Lab51.668131.2067-54.9630

#766dda color RGB value is (118,109,218).

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

The process color (four color CMYK) of #766dda color hex is 0.46, 0.50, 0.00, 0.15. Web safe color of #766dda is #6666cc. Color #766dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 11011010
Octal 166 155 332
Decimal 118 109 218
Hex 76 6D DA

RGB Percentages of Color #766dda

%26.52
%24.49
%48.99

CMYK Percentages of Color #766dda

%46
%50
%0
%15

Triadic Colors of #766dda

#766dda #da766d #6dda76

Analogous Colors of #766dda

#766dda #ad6dda #6d9bda

Monochromatic Colors of #766dda

#766dda

Complementary Color

#766dda #d1da6d

#766dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#766dda Color CSS Codes

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

#766dda Text Font Color

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

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


#766dda Background Color

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

This div background color is #766dda


#766dda Border Color

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

This div border color is #766dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766dda


Comments

No comments written yet.

Please login to write comment.