Color Hex Logo

#975acb Color Hex

#975ACB
(151,90,203)
0 Favorites   0 Comments

Color spaces of #975acb

RGB 15190203
HSL0.760.520.57
HSV272°56°80°
CMYK 0.260.560.00   0.20
XYZ27.198218.203458.5800
Yxy18.20340.26160.1751
Hunter Lab42.665439.1250-51.5398
CIE-Lab49.741946.1160-49.3165

#975acb color RGB value is (151,90,203).

#975acb hex color red value is 151, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #975acb hue: 0.76 , saturation: 0.52 and the lightness value of 975acb is 0.57.

The process color (four color CMYK) of #975acb color hex is 0.26, 0.56, 0.00, 0.20. Web safe color of #975acb is #9966cc. Color #975acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011010 11001011
Octal 227 132 313
Decimal 151 90 203
Hex 97 5A CB

RGB Percentages of Color #975acb

%34.01
%20.27
%45.72

CMYK Percentages of Color #975acb

%26
%56
%0
%20

Triadic Colors of #975acb

#975acb #cb975a #5acb97

Analogous Colors of #975acb

#975acb #cb5ac7 #5e5acb

Monochromatic Colors of #975acb

#975acb

Complementary Color

#975acb #8ecb5a

#975acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975acb Color CSS Codes

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

#975acb Text Font Color

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

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


#975acb Background Color

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

This div background color is #975acb


#975acb Border Color

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

This div border color is #975acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975acb


Comments

No comments written yet.

Please login to write comment.