Color Hex Logo

#975bae Color Hex

#975BAE
(151,91,174)
0 Favorites   0 Comments

Color spaces of #975bae

RGB 15191174
HSL0.790.340.52
HSV283°48°68°
CMYK 0.130.480.00   0.32
XYZ24.143617.117542.0759
Yxy17.11750.28970.2054
Hunter Lab41.373331.7613-31.3355
CIE-Lab48.407739.0389-34.6281

#975bae color RGB value is (151,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10101110
Octal 227 133 256
Decimal 151 91 174
Hex 97 5B AE

RGB Percentages of Color #975bae

%36.30
%21.88
%41.83

CMYK Percentages of Color #975bae

%13
%48
%0
%32

Triadic Colors of #975bae

#975bae #ae975b #5bae97

Analogous Colors of #975bae

#975bae #ae5b9c #6e5bae

Monochromatic Colors of #975bae

#975bae

Complementary Color

#975bae #72ae5b

#975bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bae Color CSS Codes

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

#975bae Text Font Color

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

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


#975bae Background Color

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

This div background color is #975bae


#975bae Border Color

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

This div border color is #975bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bae


Comments

No comments written yet.

Please login to write comment.