Color Hex Logo

#975bac Color Hex

#975BAC
(151,91,172)
0 Favorites   0 Comments

Color spaces of #975bac

RGB 15191172
HSL0.790.330.52
HSV284°47°67°
CMYK 0.120.470.00   0.33
XYZ23.950017.040041.0565
Yxy17.04000.29190.2077
Hunter Lab41.279531.3248-30.0740
CIE-Lab48.310438.6099-33.6098

#975bac color RGB value is (151,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10101100
Octal 227 133 254
Decimal 151 91 172
Hex 97 5B AC

RGB Percentages of Color #975bac

%36.47
%21.98
%41.55

CMYK Percentages of Color #975bac

%12
%47
%0
%33

Triadic Colors of #975bac

#975bac #ac975b #5bac97

Analogous Colors of #975bac

#975bac #ac5b99 #6f5bac

Monochromatic Colors of #975bac

#975bac

Complementary Color

#975bac #70ac5b

#975bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bac Color CSS Codes

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

#975bac Text Font Color

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

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


#975bac Background Color

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

This div background color is #975bac


#975bac Border Color

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

This div border color is #975bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bac


Comments

No comments written yet.

Please login to write comment.