Color Hex Logo

#766dfb Color Hex

#766DFB
(118,109,251)
0 Favorites   0 Comments

Color spaces of #766dfb

RGB 118109251
HSL0.680.950.71
HSV244°57°98°
CMYK 0.530.570.00   0.02
XYZ30.352421.753993.8660
Yxy21.75390.20790.1490
Hunter Lab46.641134.5397-86.6734
CIE-Lab53.764941.0494-70.0627

#766dfb color RGB value is (118,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 11111011
Octal 166 155 373
Decimal 118 109 251
Hex 76 6D FB

RGB Percentages of Color #766dfb

%24.69
%22.80
%52.51

CMYK Percentages of Color #766dfb

%53
%57
%0
%2

Triadic Colors of #766dfb

#766dfb #fb766d #6dfb76

Analogous Colors of #766dfb

#766dfb #bd6dfb #6dabfb

Monochromatic Colors of #766dfb

#766dfb

Complementary Color

#766dfb #f2fb6d

#766dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#766dfb Color CSS Codes

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

#766dfb Text Font Color

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

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


#766dfb Background Color

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

This div background color is #766dfb


#766dfb Border Color

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

This div border color is #766dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766dfb


Comments

No comments written yet.

Please login to write comment.