Color Hex Logo

#970bfe Color Hex

#970BFE
(151,11,254)
0 Favorites   0 Comments

Color spaces of #970bfe

RGB 15111254
HSL0.760.990.52
HSV275°96°100°
CMYK 0.410.960.00   0.00
XYZ30.771613.974494.8414
Yxy13.97440.22040.1001
Hunter Lab37.382381.5147-124.2549
CIE-Lab44.196283.8601-87.2175

#970bfe color RGB value is (151,11,254).

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

The process color (four color CMYK) of #970bfe color hex is 0.41, 0.96, 0.00, 0.00. Web safe color of #970bfe is #9900ff. Color #970bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 11111110
Octal 227 13 376
Decimal 151 11 254
Hex 97 B FE

RGB Percentages of Color #970bfe

%36.30
%2.64
%61.06

CMYK Percentages of Color #970bfe

%41
%96
%0
%0

Triadic Colors of #970bfe

#970bfe #fe970b #0bfe97

Analogous Colors of #970bfe

#970bfe #fe0bec #1e0bfe

Monochromatic Colors of #970bfe

#970bfe

Complementary Color

#970bfe #72fe0b

#970bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#970bfe Color CSS Codes

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

#970bfe Text Font Color

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

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


#970bfe Background Color

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

This div background color is #970bfe


#970bfe Border Color

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

This div border color is #970bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,11,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 #970bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.