Color Hex Logo

#975bff Color Hex

#975BFF
(151,91,255)
0 Favorites   0 Comments

Color spaces of #975bff

RGB 15191255
HSL0.731.000.68
HSV262°64°100°
CMYK 0.410.640.00   0.00
XYZ34.553621.281596.8943
Yxy21.28150.22620.1393
Hunter Lab46.131952.9689-92.2390
CIE-Lab53.256258.3340-72.9651

#975bff color RGB value is (151,91,255).

#975bff hex color red value is 151, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #975bff hue: 0.73 , saturation: 1.00 and the lightness value of 975bff is 0.68.

The process color (four color CMYK) of #975bff color hex is 0.41, 0.64, 0.00, 0.00. Web safe color of #975bff is #9966ff. Color #975bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11111111
Octal 227 133 377
Decimal 151 91 255
Hex 97 5B FF

RGB Percentages of Color #975bff

%30.38
%18.31
%51.31

CMYK Percentages of Color #975bff

%41
%64
%0
%0

Triadic Colors of #975bff

#975bff #ff975b #5bff97

Analogous Colors of #975bff

#975bff #e95bff #5b71ff

Monochromatic Colors of #975bff

#975bff

Complementary Color

#975bff #c3ff5b

#975bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bff Color CSS Codes

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

#975bff Text Font Color

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

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


#975bff Background Color

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

This div background color is #975bff


#975bff Border Color

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

This div border color is #975bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bff

#975bff Color Palettes


Comments

No comments written yet.

Please login to write comment.