Color Hex Logo

#767fdc Color Hex

#767FDC
(118,127,220)
0 Favorites   0 Comments

Color spaces of #767fdc

RGB 118127220
HSL0.650.590.66
HSV235°46°86°
CMYK 0.460.420.00   0.14
XYZ27.978924.197670.9061
Yxy24.19760.22730.1966
Hunter Lab49.191115.4429-51.0294
CIE-Lab56.285121.0354-48.7261

#767fdc color RGB value is (118,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11011100
Octal 166 177 334
Decimal 118 127 220
Hex 76 7F DC

RGB Percentages of Color #767fdc

%25.38
%27.31
%47.31

CMYK Percentages of Color #767fdc

%46
%42
%0
%14

Triadic Colors of #767fdc

#767fdc #dc767f #7fdc76

Analogous Colors of #767fdc

#767fdc #a076dc #76b2dc

Monochromatic Colors of #767fdc

#767fdc

Complementary Color

#767fdc #dcd376

#767fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fdc Color CSS Codes

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

#767fdc Text Font Color

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

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


#767fdc Background Color

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

This div background color is #767fdc


#767fdc Border Color

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

This div border color is #767fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fdc


Comments

No comments written yet.

Please login to write comment.