Color Hex Logo

#957dae Color Hex

#957DAE
(149,125,174)
0 Favorites   0 Comments

Color spaces of #957dae

RGB 149125174
HSL0.750.230.59
HSV269°28°68°
CMYK 0.140.280.00   0.32
XYZ27.368024.112843.2562
Yxy24.11280.28890.2545
Hunter Lab49.104813.5516-17.8550
CIE-Lab56.200618.9612-22.5418

#957dae color RGB value is (149,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111101 10101110
Octal 225 175 256
Decimal 149 125 174
Hex 95 7D AE

RGB Percentages of Color #957dae

%33.26
%27.90
%38.84

CMYK Percentages of Color #957dae

%14
%28
%0
%32

Triadic Colors of #957dae

#957dae #ae957d #7dae95

Analogous Colors of #957dae

#957dae #ae7dae #7d7eae

Monochromatic Colors of #957dae

#957dae

Complementary Color

#957dae #96ae7d

#957dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#957dae Color CSS Codes

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

#957dae Text Font Color

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

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


#957dae Background Color

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

This div background color is #957dae


#957dae Border Color

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

This div border color is #957dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957dae


Comments

No comments written yet.

Please login to write comment.