Color Hex Logo

#766efd Color Hex

#766EFD
(118,110,253)
0 Favorites   0 Comments

Color spaces of #766efd

RGB 118110253
HSL0.680.970.71
HSV243°57°99°
CMYK 0.530.570.00   0.01
XYZ30.776822.095395.5712
Yxy22.09530.20730.1488
Hunter Lab47.005634.6125-87.6436
CIE-Lab54.128041.0700-70.5824

#766efd color RGB value is (118,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11111101
Octal 166 156 375
Decimal 118 110 253
Hex 76 6E FD

RGB Percentages of Color #766efd

%24.53
%22.87
%52.60

CMYK Percentages of Color #766efd

%53
%57
%0
%1

Triadic Colors of #766efd

#766efd #fd766e #6efd76

Analogous Colors of #766efd

#766efd #be6efd #6eaefd

Monochromatic Colors of #766efd

#766efd

Complementary Color

#766efd #f5fd6e

#766efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#766efd Color CSS Codes

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

#766efd Text Font Color

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

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


#766efd Background Color

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

This div background color is #766efd


#766efd Border Color

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

This div border color is #766efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766efd

Related Colors


Comments

No comments written yet.

Please login to write comment.