Color Hex Logo

#766df5 Color Hex

#766DF5
(118,109,245)
0 Favorites   0 Comments

Color spaces of #766df5

RGB 118109245
HSL0.680.870.69
HSV244°56°96°
CMYK 0.520.560.00   0.04
XYZ29.421321.381488.9626
Yxy21.38140.21050.1530
Hunter Lab46.240032.6548-81.7018
CIE-Lab53.364439.2447-67.3793

#766df5 color RGB value is (118,109,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 11110101
Octal 166 155 365
Decimal 118 109 245
Hex 76 6D F5

RGB Percentages of Color #766df5

%25.00
%23.09
%51.91

CMYK Percentages of Color #766df5

%52
%56
%0
%4

Triadic Colors of #766df5

#766df5 #f5766d #6df576

Analogous Colors of #766df5

#766df5 #ba6df5 #6da8f5

Monochromatic Colors of #766df5

#766df5

Complementary Color

#766df5 #ecf56d

#766df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766df5 Color CSS Codes

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

#766df5 Text Font Color

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

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


#766df5 Background Color

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

This div background color is #766df5


#766df5 Border Color

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

This div border color is #766df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766df5

Related Colors


Comments

No comments written yet.

Please login to write comment.