Color Hex Logo

#970bc9 Color Hex

#970BC9
(151,11,201)
0 Favorites   0 Comments

Color spaces of #970bc9

RGB 15111201
HSL0.790.900.42
HSV284°95°79°
CMYK 0.250.950.00   0.21
XYZ23.424811.035756.1538
Yxy11.03570.25850.1218
Hunter Lab33.220067.7326-76.9674
CIE-Lab39.640573.6544-64.4552

#970bc9 color RGB value is (151,11,201).

#970bc9 hex color red value is 151, green value is 11 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #970bc9 hue: 0.79 , saturation: 0.90 and the lightness value of 970bc9 is 0.42.

The process color (four color CMYK) of #970bc9 color hex is 0.25, 0.95, 0.00, 0.21. Web safe color of #970bc9 is #9900cc. Color #970bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 11001001
Octal 227 13 311
Decimal 151 11 201
Hex 97 B C9

RGB Percentages of Color #970bc9

%41.60
%3.03
%55.37

CMYK Percentages of Color #970bc9

%25
%95
%0
%21

Triadic Colors of #970bc9

#970bc9 #c9970b #0bc997

Analogous Colors of #970bc9

#970bc9 #c90b9c #380bc9

Monochromatic Colors of #970bc9

#970bc9

Complementary Color

#970bc9 #3dc90b

#970bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970bc9 Color CSS Codes

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

#970bc9 Text Font Color

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

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


#970bc9 Background Color

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

This div background color is #970bc9


#970bc9 Border Color

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

This div border color is #970bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970bc9


Comments

No comments written yet.

Please login to write comment.