Color Hex Logo

#975bbb Color Hex

#975BBB
(151,91,187)
0 Favorites   0 Comments

Color spaces of #975bbb

RGB 15191187
HSL0.770.410.55
HSV278°51°73°
CMYK 0.190.510.00   0.27
XYZ25.473217.649349.0778
Yxy17.64930.27630.1914
Hunter Lab42.011134.7132-39.8555
CIE-Lab49.068041.9025-41.1596

#975bbb color RGB value is (151,91,187).

#975bbb hex color red value is 151, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #975bbb hue: 0.77 , saturation: 0.41 and the lightness value of 975bbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10111011
Octal 227 133 273
Decimal 151 91 187
Hex 97 5B BB

RGB Percentages of Color #975bbb

%35.20
%21.21
%43.59

CMYK Percentages of Color #975bbb

%19
%51
%0
%27

Triadic Colors of #975bbb

#975bbb #bb975b #5bbb97

Analogous Colors of #975bbb

#975bbb #bb5baf #675bbb

Monochromatic Colors of #975bbb

#975bbb

Complementary Color

#975bbb #7fbb5b

#975bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bbb Color CSS Codes

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

#975bbb Text Font Color

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

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


#975bbb Background Color

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

This div background color is #975bbb


#975bbb Border Color

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

This div border color is #975bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bbb


Comments

No comments written yet.

Please login to write comment.