Color Hex Logo

#975bad Color Hex

#975BAD
(151,91,173)
0 Favorites   0 Comments

Color spaces of #975bad

RGB 15191173
HSL0.790.330.52
HSV284°47°68°
CMYK 0.130.470.00   0.32
XYZ24.046417.078641.5643
Yxy17.07860.29080.2065
Hunter Lab41.326331.5423-30.7031
CIE-Lab48.358938.8239-34.1194

#975bad color RGB value is (151,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10101101
Octal 227 133 255
Decimal 151 91 173
Hex 97 5B AD

RGB Percentages of Color #975bad

%36.39
%21.93
%41.69

CMYK Percentages of Color #975bad

%13
%47
%0
%32

Triadic Colors of #975bad

#975bad #ad975b #5bad97

Analogous Colors of #975bad

#975bad #ad5b9a #6e5bad

Monochromatic Colors of #975bad

#975bad

Complementary Color

#975bad #71ad5b

#975bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bad Color CSS Codes

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

#975bad Text Font Color

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

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


#975bad Background Color

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

This div background color is #975bad


#975bad Border Color

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

This div border color is #975bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,91,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #975bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bad


Comments

No comments written yet.

Please login to write comment.