Color Hex Logo

#975bef Color Hex

#975BEF
(151,91,239)
0 Favorites   0 Comments

Color spaces of #975bef

RGB 15191239
HSL0.730.820.65
HSV264°62°94°
CMYK 0.370.620.00   0.06
XYZ32.083620.293583.8874
Yxy20.29350.23550.1489
Hunter Lab45.048348.2939-78.8740
CIE-Lab52.167454.3129-65.8177

#975bef color RGB value is (151,91,239).

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

The process color (four color CMYK) of #975bef color hex is 0.37, 0.62, 0.00, 0.06. Web safe color of #975bef is #9966ff. Color #975bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11101111
Octal 227 133 357
Decimal 151 91 239
Hex 97 5B EF

RGB Percentages of Color #975bef

%31.39
%18.92
%49.69

CMYK Percentages of Color #975bef

%37
%62
%0
%6

Triadic Colors of #975bef

#975bef #ef975b #5bef97

Analogous Colors of #975bef

#975bef #e15bef #5b69ef

Monochromatic Colors of #975bef

#975bef

Complementary Color

#975bef #b3ef5b

#975bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bef Color CSS Codes

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

#975bef Text Font Color

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

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


#975bef Background Color

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

This div background color is #975bef


#975bef Border Color

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

This div border color is #975bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bef


Comments

No comments written yet.

Please login to write comment.