Color Hex Logo

#767fde Color Hex

#767FDE
(118,127,222)
0 Favorites   0 Comments

Color spaces of #767fde

RGB 118127222
HSL0.650.610.67
HSV235°47°87°
CMYK 0.470.430.00   0.13
XYZ28.245424.304272.3097
Yxy24.30420.22620.1947
Hunter Lab49.299315.9955-52.4541
CIE-Lab56.391121.6312-49.6798

#767fde color RGB value is (118,127,222).

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

The process color (four color CMYK) of #767fde color hex is 0.47, 0.43, 0.00, 0.13. Web safe color of #767fde is #6666cc. Color #767fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11011110
Octal 166 177 336
Decimal 118 127 222
Hex 76 7F DE

RGB Percentages of Color #767fde

%25.27
%27.19
%47.54

CMYK Percentages of Color #767fde

%47
%43
%0
%13

Triadic Colors of #767fde

#767fde #de767f #7fde76

Analogous Colors of #767fde

#767fde #a176de #76b3de

Monochromatic Colors of #767fde

#767fde

Complementary Color

#767fde #ded576

#767fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fde Color CSS Codes

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

#767fde Text Font Color

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

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


#767fde Background Color

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

This div background color is #767fde


#767fde Border Color

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

This div border color is #767fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fde


Comments

No comments written yet.

Please login to write comment.