Color Hex Logo

#937dae Color Hex

#937DAE
(147,125,174)
0 Favorites   0 Comments

Color spaces of #937dae

RGB 147125174
HSL0.740.230.59
HSV267°28°68°
CMYK 0.160.280.00   0.32
XYZ27.006223.926343.2392
Yxy23.92630.28680.2541
Hunter Lab48.914512.9513-18.1707
CIE-Lab56.013918.3042-22.8443

#937dae color RGB value is (147,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111101 10101110
Octal 223 175 256
Decimal 147 125 174
Hex 93 7D AE

RGB Percentages of Color #937dae

%32.96
%28.03
%39.01

CMYK Percentages of Color #937dae

%16
%28
%0
%32

Triadic Colors of #937dae

#937dae #ae937d #7dae93

Analogous Colors of #937dae

#937dae #ac7dae #7d80ae

Monochromatic Colors of #937dae

#937dae

Complementary Color

#937dae #98ae7d

#937dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#937dae Color CSS Codes

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

#937dae Text Font Color

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

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


#937dae Background Color

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

This div background color is #937dae


#937dae Border Color

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

This div border color is #937dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937dae


Comments

No comments written yet.

Please login to write comment.