Color Hex Logo

#767194 Color Hex

#767194
(118,113,148)
0 Favorites   0 Comments

Color spaces of #767194

RGB 118113148
HSL0.690.140.51
HSV249°24°58°
CMYK 0.200.240.00   0.42
XYZ18.721617.799930.4660
Yxy17.79990.27950.2657
Hunter Lab42.18995.3762-13.2813
CIE-Lab49.25259.6578-18.3079

#767194 color RGB value is (118,113,148).

#767194 hex color red value is 118, green value is 113 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #767194 hue: 0.69 , saturation: 0.14 and the lightness value of 767194 is 0.51.

The process color (four color CMYK) of #767194 color hex is 0.20, 0.24, 0.00, 0.42. Web safe color of #767194 is #666699. Color #767194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 10010100
Octal 166 161 224
Decimal 118 113 148
Hex 76 71 94

RGB Percentages of Color #767194

%31.13
%29.82
%39.05

CMYK Percentages of Color #767194

%20
%24
%0
%42

Triadic Colors of #767194

#767194 #947671 #719476

Analogous Colors of #767194

#767194 #887194 #717e94

Monochromatic Colors of #767194

#767194

Complementary Color

#767194 #8f9471

#767194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767194 Color CSS Codes

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

#767194 Text Font Color

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

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


#767194 Background Color

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

This div background color is #767194


#767194 Border Color

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

This div border color is #767194


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767194; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767194;
  -webkit-box-shadow: 1px 1px 3px 2px #767194;
  box-shadow:         1px 1px 3px 2px #767194; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767194


Comments

No comments written yet.

Please login to write comment.