Color Hex Logo

#767fae Color Hex

#767FAE
(118,127,174)
0 Favorites   0 Comments

Color spaces of #767fae

RGB 118127174
HSL0.640.260.57
HSV230°32°68°
CMYK 0.320.270.00   0.32
XYZ22.700622.086343.1110
Yxy22.08630.25830.2513
Hunter Lab46.99613.9781-21.4914
CIE-Lab54.11857.9852-25.9670

#767fae color RGB value is (118,127,174).

#767fae hex color red value is 118, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #767fae hue: 0.64 , saturation: 0.26 and the lightness value of 767fae is 0.57.

The process color (four color CMYK) of #767fae color hex is 0.32, 0.27, 0.00, 0.32. Web safe color of #767fae is #666699. Color #767fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 10101110
Octal 166 177 256
Decimal 118 127 174
Hex 76 7F AE

RGB Percentages of Color #767fae

%28.16
%30.31
%41.53

CMYK Percentages of Color #767fae

%32
%27
%0
%32

Triadic Colors of #767fae

#767fae #ae767f #7fae76

Analogous Colors of #767fae

#767fae #8976ae #769bae

Monochromatic Colors of #767fae

#767fae

Complementary Color

#767fae #aea576

#767fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fae Color CSS Codes

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

#767fae Text Font Color

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

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


#767fae Background Color

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

This div background color is #767fae


#767fae Border Color

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

This div border color is #767fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fae


Comments

No comments written yet.

Please login to write comment.