Color Hex Logo

#975bbd Color Hex

#975BBD
(151,91,189)
0 Favorites   0 Comments

Color spaces of #975bbd

RGB 15191189
HSL0.770.430.55
HSV277°52°74°
CMYK 0.200.520.00   0.26
XYZ25.688917.735650.2135
Yxy17.73560.27430.1894
Hunter Lab42.113735.1843-41.2139
CIE-Lab49.173842.3535-42.1509

#975bbd color RGB value is (151,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10111101
Octal 227 133 275
Decimal 151 91 189
Hex 97 5B BD

RGB Percentages of Color #975bbd

%35.03
%21.11
%43.85

CMYK Percentages of Color #975bbd

%20
%52
%0
%26

Triadic Colors of #975bbd

#975bbd #bd975b #5bbd97

Analogous Colors of #975bbd

#975bbd #bd5bb2 #665bbd

Monochromatic Colors of #975bbd

#975bbd

Complementary Color

#975bbd #81bd5b

#975bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bbd Color CSS Codes

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

#975bbd Text Font Color

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

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


#975bbd Background Color

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

This div background color is #975bbd


#975bbd Border Color

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

This div border color is #975bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bbd


Comments

No comments written yet.

Please login to write comment.