Color Hex Logo

#767ecb Color Hex

#767ECB
(118,126,203)
0 Favorites   0 Comments

Color spaces of #767ecb

RGB 118126203
HSL0.650.450.63
HSV234°42°80°
CMYK 0.420.380.00   0.20
XYZ25.711623.085159.6006
Yxy23.08510.23720.2130
Hunter Lab48.047011.4394-39.9143
CIE-Lab55.159916.6467-40.9144

#767ecb color RGB value is (118,126,203).

#767ecb hex color red value is 118, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #767ecb hue: 0.65 , saturation: 0.45 and the lightness value of 767ecb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111110 11001011
Octal 166 176 313
Decimal 118 126 203
Hex 76 7E CB

RGB Percentages of Color #767ecb

%26.40
%28.19
%45.41

CMYK Percentages of Color #767ecb

%42
%38
%0
%20

Triadic Colors of #767ecb

#767ecb #cb767e #7ecb76

Analogous Colors of #767ecb

#767ecb #9976cb #76a9cb

Monochromatic Colors of #767ecb

#767ecb

Complementary Color

#767ecb #cbc376

#767ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767ecb Color CSS Codes

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

#767ecb Text Font Color

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

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


#767ecb Background Color

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

This div background color is #767ecb


#767ecb Border Color

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

This div border color is #767ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767ecb


Comments

No comments written yet.

Please login to write comment.