Color Hex Logo

#767bdc Color Hex

#767BDC
(118,123,220)
0 Favorites   0 Comments

Color spaces of #767bdc

RGB 118123220
HSL0.660.590.66
HSV237°46°86°
CMYK 0.460.440.00   0.14
XYZ27.472423.184870.7373
Yxy23.18480.22630.1910
Hunter Lab48.150617.5799-53.3966
CIE-Lab55.262223.4252-50.3521

#767bdc color RGB value is (118,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 11011100
Octal 166 173 334
Decimal 118 123 220
Hex 76 7B DC

RGB Percentages of Color #767bdc

%25.60
%26.68
%47.72

CMYK Percentages of Color #767bdc

%46
%44
%0
%14

Triadic Colors of #767bdc

#767bdc #dc767b #7bdc76

Analogous Colors of #767bdc

#767bdc #a476dc #76aedc

Monochromatic Colors of #767bdc

#767bdc

Complementary Color

#767bdc #dcd776

#767bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#767bdc Color CSS Codes

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

#767bdc Text Font Color

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

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


#767bdc Background Color

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

This div background color is #767bdc


#767bdc Border Color

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

This div border color is #767bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767bdc


Comments

No comments written yet.

Please login to write comment.