Color Hex Logo

#975bcd Color Hex

#975BCD
(151,91,205)
0 Favorites   0 Comments

Color spaces of #975bcd

RGB 15191205
HSL0.750.530.58
HSV272°56°80°
CMYK 0.260.560.00   0.20
XYZ27.523018.469359.8719
Yxy18.46930.26000.1745
Hunter Lab42.975939.1086-52.5167
CIE-Lab50.060446.0493-49.9544

#975bcd color RGB value is (151,91,205).

#975bcd hex color red value is 151, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #975bcd hue: 0.75 , saturation: 0.53 and the lightness value of 975bcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11001101
Octal 227 133 315
Decimal 151 91 205
Hex 97 5B CD

RGB Percentages of Color #975bcd

%33.78
%20.36
%45.86

CMYK Percentages of Color #975bcd

%26
%56
%0
%20

Triadic Colors of #975bcd

#975bcd #cd975b #5bcd97

Analogous Colors of #975bcd

#975bcd #cd5bca #5e5bcd

Monochromatic Colors of #975bcd

#975bcd

Complementary Color

#975bcd #91cd5b

#975bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bcd Color CSS Codes

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

#975bcd Text Font Color

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

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


#975bcd Background Color

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

This div background color is #975bcd


#975bcd Border Color

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

This div border color is #975bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bcd


Comments

No comments written yet.

Please login to write comment.