Color Hex Logo

#766cfd Color Hex

#766CFD
(118,108,253)
0 Favorites   0 Comments

Color spaces of #766cfd

RGB 118108253
HSL0.680.970.71
HSV244°57°99°
CMYK 0.530.570.00   0.01
XYZ30.563421.668595.5001
Yxy21.66850.20690.1467
Hunter Lab46.549435.7379-89.0538
CIE-Lab53.673542.2336-71.3185

#766cfd color RGB value is (118,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 11111101
Octal 166 154 375
Decimal 118 108 253
Hex 76 6C FD

RGB Percentages of Color #766cfd

%24.63
%22.55
%52.82

CMYK Percentages of Color #766cfd

%53
%57
%0
%1

Triadic Colors of #766cfd

#766cfd #fd766c #6cfd76

Analogous Colors of #766cfd

#766cfd #bf6cfd #6cabfd

Monochromatic Colors of #766cfd

#766cfd

Complementary Color

#766cfd #f3fd6c

#766cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cfd Color CSS Codes

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

#766cfd Text Font Color

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

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


#766cfd Background Color

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

This div background color is #766cfd


#766cfd Border Color

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

This div border color is #766cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,108,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 #766cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.