Color Hex Logo

#975bab Color Hex

#975BAB
(151,91,171)
0 Favorites   0 Comments

Color spaces of #975bab

RGB 15191171
HSL0.790.320.51
HSV285°47°67°
CMYK 0.120.470.00   0.33
XYZ23.854317.001840.5525
Yxy17.00180.29300.2088
Hunter Lab41.233231.1079-29.4479
CIE-Lab48.262338.3960-33.0991

#975bab color RGB value is (151,91,171).

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

The process color (four color CMYK) of #975bab color hex is 0.12, 0.47, 0.00, 0.33. Web safe color of #975bab is #996699. Color #975bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10101011
Octal 227 133 253
Decimal 151 91 171
Hex 97 5B AB

RGB Percentages of Color #975bab

%36.56
%22.03
%41.40

CMYK Percentages of Color #975bab

%12
%47
%0
%33

Triadic Colors of #975bab

#975bab #ab975b #5bab97

Analogous Colors of #975bab

#975bab #ab5b97 #6f5bab

Monochromatic Colors of #975bab

#975bab

Complementary Color

#975bab #6fab5b

#975bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bab Color CSS Codes

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

#975bab Text Font Color

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

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


#975bab Background Color

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

This div background color is #975bab


#975bab Border Color

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

This div border color is #975bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bab


Comments

No comments written yet.

Please login to write comment.