Color Hex Logo

#975bfb Color Hex

#975BFB
(151,91,251)
0 Favorites   0 Comments

Color spaces of #975bfb

RGB 15191251
HSL0.730.950.67
HSV263°64°98°
CMYK 0.400.640.00   0.02
XYZ33.916221.026593.5377
Yxy21.02650.22840.1416
Hunter Lab45.854751.7811-88.8458
CIE-Lab52.978557.3232-71.1964

#975bfb color RGB value is (151,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11111011
Octal 227 133 373
Decimal 151 91 251
Hex 97 5B FB

RGB Percentages of Color #975bfb

%30.63
%18.46
%50.91

CMYK Percentages of Color #975bfb

%40
%64
%0
%2

Triadic Colors of #975bfb

#975bfb #fb975b #5bfb97

Analogous Colors of #975bfb

#975bfb #e75bfb #5b6ffb

Monochromatic Colors of #975bfb

#975bfb

Complementary Color

#975bfb #bffb5b

#975bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bfb Color CSS Codes

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

#975bfb Text Font Color

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

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


#975bfb Background Color

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

This div background color is #975bfb


#975bfb Border Color

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

This div border color is #975bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.