Color Hex Logo

#970beb Color Hex

#970BEB
(151,11,235)
0 Favorites   0 Comments

Color spaces of #970beb

RGB 15111235
HSL0.770.910.48
HSV278°95°92°
CMYK 0.360.950.00   0.08
XYZ27.877612.816879.6018
Yxy12.81680.23170.1065
Hunter Lab35.800676.3455-106.7697
CIE-Lab42.485980.1128-79.3330

#970beb color RGB value is (151,11,235).

#970beb hex color red value is 151, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #970beb hue: 0.77 , saturation: 0.91 and the lightness value of 970beb is 0.48.

The process color (four color CMYK) of #970beb color hex is 0.36, 0.95, 0.00, 0.08. Web safe color of #970beb is #9900ff. Color #970beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 11101011
Octal 227 13 353
Decimal 151 11 235
Hex 97 B EB

RGB Percentages of Color #970beb

%38.04
%2.77
%59.19

CMYK Percentages of Color #970beb

%36
%95
%0
%8

Triadic Colors of #970beb

#970beb #eb970b #0beb97

Analogous Colors of #970beb

#970beb #eb0bcf #270beb

Monochromatic Colors of #970beb

#970beb

Complementary Color

#970beb #5feb0b

#970beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#970beb Color CSS Codes

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

#970beb Text Font Color

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

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


#970beb Background Color

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

This div background color is #970beb


#970beb Border Color

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

This div border color is #970beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970beb


Comments

No comments written yet.

Please login to write comment.