Color Hex Logo

#937cae Color Hex

#937CAE
(147,124,174)
0 Favorites   0 Comments

Color spaces of #937cae

RGB 147124174
HSL0.740.240.58
HSV268°29°68°
CMYK 0.160.290.00   0.32
XYZ26.880323.674343.1973
Yxy23.67430.28670.2525
Hunter Lab48.656213.4645-18.5786
CIE-Lab55.760218.8862-23.2343

#937cae color RGB value is (147,124,174).

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

The process color (four color CMYK) of #937cae color hex is 0.16, 0.29, 0.00, 0.32. Web safe color of #937cae is #996699. Color #937cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111100 10101110
Octal 223 174 256
Decimal 147 124 174
Hex 93 7C AE

RGB Percentages of Color #937cae

%33.03
%27.87
%39.10

CMYK Percentages of Color #937cae

%16
%29
%0
%32

Triadic Colors of #937cae

#937cae #ae937c #7cae93

Analogous Colors of #937cae

#937cae #ac7cae #7c7eae

Monochromatic Colors of #937cae

#937cae

Complementary Color

#937cae #97ae7c

#937cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#937cae Color CSS Codes

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

#937cae Text Font Color

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

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


#937cae Background Color

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

This div background color is #937cae


#937cae Border Color

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

This div border color is #937cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937cae


Comments

No comments written yet.

Please login to write comment.