Color Hex Logo

#970cbe Color Hex

#970CBE
(151,12,190)
0 Favorites   0 Comments

Color spaces of #970cbe

RGB 15112190
HSL0.800.880.40
HSV287°94°75°
CMYK 0.210.940.00   0.25
XYZ22.188210.560049.5840
Yxy10.56000.26950.1283
Hunter Lab32.496265.0106-67.7199
CIE-Lab38.829371.5349-59.3379

#970cbe color RGB value is (151,12,190).

#970cbe hex color red value is 151, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #970cbe hue: 0.80 , saturation: 0.88 and the lightness value of 970cbe is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001100 10111110
Octal 227 14 276
Decimal 151 12 190
Hex 97 C BE

RGB Percentages of Color #970cbe

%42.78
%3.40
%53.82

CMYK Percentages of Color #970cbe

%21
%94
%0
%25

Triadic Colors of #970cbe

#970cbe #be970c #0cbe97

Analogous Colors of #970cbe

#970cbe #be0c8c #3e0cbe

Monochromatic Colors of #970cbe

#970cbe

Complementary Color

#970cbe #33be0c

#970cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#970cbe Color CSS Codes

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

#970cbe Text Font Color

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

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


#970cbe Background Color

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

This div background color is #970cbe


#970cbe Border Color

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

This div border color is #970cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970cbe


Comments

No comments written yet.

Please login to write comment.