Color Hex Logo

#7c91ae Color Hex

#7C91AE
(124,145,174)
0 Favorites   0 Comments

Color spaces of #7c91ae

RGB 124145174
HSL0.600.240.58
HSV215°29°68°
CMYK 0.290.170.00   0.32
XYZ26.077627.591943.9957
Yxy27.59190.26700.2825
Hunter Lab52.5280-3.3074-12.8897
CIE-Lab59.5182-0.6121-17.6548

#7c91ae color RGB value is (124,145,174).

#7c91ae hex color red value is 124, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7c91ae hue: 0.60 , saturation: 0.24 and the lightness value of 7c91ae is 0.58.

The process color (four color CMYK) of #7c91ae color hex is 0.29, 0.17, 0.00, 0.32. Web safe color of #7c91ae is #669999. Color #7c91ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010001 10101110
Octal 174 221 256
Decimal 124 145 174
Hex 7C 91 AE

RGB Percentages of Color #7c91ae

%27.99
%32.73
%39.28

CMYK Percentages of Color #7c91ae

%29
%17
%0
%32

Triadic Colors of #7c91ae

#7c91ae #ae7c91 #91ae7c

Analogous Colors of #7c91ae

#7c91ae #807cae #7caaae

Monochromatic Colors of #7c91ae

#7c91ae

Complementary Color

#7c91ae #ae997c

#7c91ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c91ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c91ae Color CSS Codes

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

#7c91ae Text Font Color

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

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


#7c91ae Background Color

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

This div background color is #7c91ae


#7c91ae Border Color

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

This div border color is #7c91ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,145,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c91ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c91ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7c91ae;
  box-shadow:         1px 1px 3px 2px #7c91ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,145,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 #7c91ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c91ae


Comments

No comments written yet.

Please login to write comment.