Color Hex Logo

#767dde Color Hex

#767DDE
(118,125,222)
0 Favorites   0 Comments

Color spaces of #767dde

RGB 118125222
HSL0.660.610.67
HSV236°47°87°
CMYK 0.470.440.00   0.13
XYZ27.989623.792772.2245
Yxy23.79270.22570.1919
Hunter Lab48.777817.0656-53.6454
CIE-Lab55.879622.8254-50.4930

#767dde color RGB value is (118,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111101 11011110
Octal 166 175 336
Decimal 118 125 222
Hex 76 7D DE

RGB Percentages of Color #767dde

%25.38
%26.88
%47.74

CMYK Percentages of Color #767dde

%47
%44
%0
%13

Triadic Colors of #767dde

#767dde #de767d #7dde76

Analogous Colors of #767dde

#767dde #a376de #76b1de

Monochromatic Colors of #767dde

#767dde

Complementary Color

#767dde #ded776

#767dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#767dde Color CSS Codes

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

#767dde Text Font Color

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

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


#767dde Background Color

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

This div background color is #767dde


#767dde Border Color

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

This div border color is #767dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767dde


Comments

No comments written yet.

Please login to write comment.