Color Hex Logo

#766dfa Color Hex

#766DFA
(118,109,250)
0 Favorites   0 Comments

Color spaces of #766dfa

RGB 118109250
HSL0.680.930.70
HSV244°56°98°
CMYK 0.530.560.00   0.02
XYZ30.195221.691093.0378
Yxy21.69100.20840.1497
Hunter Lab46.573634.2236-85.8392
CIE-Lab53.697640.7485-69.6173

#766dfa color RGB value is (118,109,250).

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

The process color (four color CMYK) of #766dfa color hex is 0.53, 0.56, 0.00, 0.02. Web safe color of #766dfa is #6666ff. Color #766dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 11111010
Octal 166 155 372
Decimal 118 109 250
Hex 76 6D FA

RGB Percentages of Color #766dfa

%24.74
%22.85
%52.41

CMYK Percentages of Color #766dfa

%53
%56
%0
%2

Triadic Colors of #766dfa

#766dfa #fa766d #6dfa76

Analogous Colors of #766dfa

#766dfa #bd6dfa #6dabfa

Monochromatic Colors of #766dfa

#766dfa

Complementary Color

#766dfa #f1fa6d

#766dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#766dfa Color CSS Codes

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

#766dfa Text Font Color

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

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


#766dfa Background Color

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

This div background color is #766dfa


#766dfa Border Color

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

This div border color is #766dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.