Color Hex Logo

#767cec Color Hex

#767CEC
(118,124,236)
0 Favorites   0 Comments

Color spaces of #767cec

RGB 118124236
HSL0.660.760.69
HSV237°50°93°
CMYK 0.500.470.00   0.07
XYZ29.819224.323082.4800
Yxy24.32300.21830.1780
Hunter Lab49.318421.6188-64.6337
CIE-Lab56.409727.6362-57.4722

#767cec color RGB value is (118,124,236).

#767cec hex color red value is 118, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #767cec hue: 0.66 , saturation: 0.76 and the lightness value of 767cec is 0.69.

The process color (four color CMYK) of #767cec color hex is 0.50, 0.47, 0.00, 0.07. Web safe color of #767cec is #6666ff. Color #767cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 11101100
Octal 166 174 354
Decimal 118 124 236
Hex 76 7C EC

RGB Percentages of Color #767cec

%24.69
%25.94
%49.37

CMYK Percentages of Color #767cec

%50
%47
%0
%7

Triadic Colors of #767cec

#767cec #ec767c #7cec76

Analogous Colors of #767cec

#767cec #ab76ec #76b7ec

Monochromatic Colors of #767cec

#767cec

Complementary Color

#767cec #ece676

#767cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#767cec Color CSS Codes

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

#767cec Text Font Color

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

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


#767cec Background Color

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

This div background color is #767cec


#767cec Border Color

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

This div border color is #767cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767cec


Comments

No comments written yet.

Please login to write comment.