Color Hex Logo

#975bfe Color Hex

#975BFE
(151,91,254)
0 Favorites   0 Comments

Color spaces of #975bfe

RGB 15191254
HSL0.730.990.68
HSV262°64°100°
CMYK 0.410.640.00   0.00
XYZ34.393021.217296.0486
Yxy21.21720.22680.1399
Hunter Lab46.062152.6710-91.3878
CIE-Lab53.186458.0812-72.5242

#975bfe color RGB value is (151,91,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11111110
Octal 227 133 376
Decimal 151 91 254
Hex 97 5B FE

RGB Percentages of Color #975bfe

%30.44
%18.35
%51.21

CMYK Percentages of Color #975bfe

%41
%64
%0
%0

Triadic Colors of #975bfe

#975bfe #fe975b #5bfe97

Analogous Colors of #975bfe

#975bfe #e95bfe #5b71fe

Monochromatic Colors of #975bfe

#975bfe

Complementary Color

#975bfe #c2fe5b

#975bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bfe Color CSS Codes

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

#975bfe Text Font Color

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

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


#975bfe Background Color

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

This div background color is #975bfe


#975bfe Border Color

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

This div border color is #975bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.