Color Hex Logo

#975dae Color Hex

#975DAE
(151,93,174)
0 Favorites   0 Comments

Color spaces of #975dae

RGB 15193174
HSL0.790.330.52
HSV283°47°68°
CMYK 0.130.470.00   0.32
XYZ24.316817.464042.1337
Yxy17.46400.28980.2081
Hunter Lab41.790030.7334-30.5247
CIE-Lab48.839437.9336-33.9505

#975dae color RGB value is (151,93,174).

#975dae hex color red value is 151, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #975dae hue: 0.79 , saturation: 0.33 and the lightness value of 975dae is 0.52.

The process color (four color CMYK) of #975dae color hex is 0.13, 0.47, 0.00, 0.32. Web safe color of #975dae is #996699. Color #975dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011101 10101110
Octal 227 135 256
Decimal 151 93 174
Hex 97 5D AE

RGB Percentages of Color #975dae

%36.12
%22.25
%41.63

CMYK Percentages of Color #975dae

%13
%47
%0
%32

Triadic Colors of #975dae

#975dae #ae975d #5dae97

Analogous Colors of #975dae

#975dae #ae5d9d #6f5dae

Monochromatic Colors of #975dae

#975dae

Complementary Color

#975dae #74ae5d

#975dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#975dae Color CSS Codes

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

#975dae Text Font Color

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

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


#975dae Background Color

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

This div background color is #975dae


#975dae Border Color

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

This div border color is #975dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975dae


Comments

No comments written yet.

Please login to write comment.