Color Hex Logo

#975bce Color Hex

#975BCE
(151,91,206)
0 Favorites   0 Comments

Color spaces of #975bce

RGB 15191206
HSL0.750.540.58
HSV271°56°81°
CMYK 0.270.560.00   0.19
XYZ27.644218.517760.5098
Yxy18.51770.25920.1736
Hunter Lab43.032239.3634-53.2482
CIE-Lab50.118146.2857-50.4349

#975bce color RGB value is (151,91,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11001110
Octal 227 133 316
Decimal 151 91 206
Hex 97 5B CE

RGB Percentages of Color #975bce

%33.71
%20.31
%45.98

CMYK Percentages of Color #975bce

%27
%56
%0
%19

Triadic Colors of #975bce

#975bce #ce975b #5bce97

Analogous Colors of #975bce

#975bce #ce5bcc #5e5bce

Monochromatic Colors of #975bce

#975bce

Complementary Color

#975bce #92ce5b

#975bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bce Color CSS Codes

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

#975bce Text Font Color

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

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


#975bce Background Color

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

This div background color is #975bce


#975bce Border Color

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

This div border color is #975bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bce


Comments

No comments written yet.

Please login to write comment.