Color Hex Logo

#975bbc Color Hex

#975BBC
(151,91,188)
0 Favorites   0 Comments

Color spaces of #975bbc

RGB 15191188
HSL0.770.420.55
HSV277°52°74°
CMYK 0.200.520.00   0.26
XYZ25.580717.692349.6437
Yxy17.69230.27530.1904
Hunter Lab42.062234.9483-40.5331
CIE-Lab49.120842.1278-41.6557

#975bbc color RGB value is (151,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 10111100
Octal 227 133 274
Decimal 151 91 188
Hex 97 5B BC

RGB Percentages of Color #975bbc

%35.12
%21.16
%43.72

CMYK Percentages of Color #975bbc

%20
%52
%0
%26

Triadic Colors of #975bbc

#975bbc #bc975b #5bbc97

Analogous Colors of #975bbc

#975bbc #bc5bb1 #675bbc

Monochromatic Colors of #975bbc

#975bbc

Complementary Color

#975bbc #80bc5b

#975bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bbc Color CSS Codes

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

#975bbc Text Font Color

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

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


#975bbc Background Color

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

This div background color is #975bbc


#975bbc Border Color

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

This div border color is #975bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bbc


Comments

No comments written yet.

Please login to write comment.