Color Hex Logo

#767fda Color Hex

#767FDA
(118,127,218)
0 Favorites   0 Comments

Color spaces of #767fda

RGB 118127218
HSL0.650.570.66
HSV235°46°85°
CMYK 0.460.420.00   0.15
XYZ27.715524.092369.5192
Yxy24.09230.22840.1986
Hunter Lab49.083914.8942-49.6157
CIE-Lab56.180120.4409-47.7694

#767fda color RGB value is (118,127,218).

#767fda hex color red value is 118, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #767fda hue: 0.65 , saturation: 0.57 and the lightness value of 767fda is 0.66.

The process color (four color CMYK) of #767fda color hex is 0.46, 0.42, 0.00, 0.15. Web safe color of #767fda is #6666cc. Color #767fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11011010
Octal 166 177 332
Decimal 118 127 218
Hex 76 7F DA

RGB Percentages of Color #767fda

%25.49
%27.43
%47.08

CMYK Percentages of Color #767fda

%46
%42
%0
%15

Triadic Colors of #767fda

#767fda #da767f #7fda76

Analogous Colors of #767fda

#767fda #9f76da #76b1da

Monochromatic Colors of #767fda

#767fda

Complementary Color

#767fda #dad176

#767fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fda Color CSS Codes

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

#767fda Text Font Color

<p style="color:#767fda">Text here</p>

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


#767fda Background Color

<div style="background-color:#767fda">
Div content here</div>

This div background color is #767fda


#767fda Border Color

<div style="border:3px solid #767fda">
Div here</div>

This div border color is #767fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,127,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767fda;
  -webkit-box-shadow: 1px 1px 3px 2px #767fda;
  box-shadow:         1px 1px 3px 2px #767fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fda


Comments

No comments written yet.

Please login to write comment.