Color Hex Logo

#970ebe Color Hex

#970EBE
(151,14,190)
0 Favorites   0 Comments

Color spaces of #970ebe

RGB 15114190
HSL0.800.860.40
HSV287°93°75°
CMYK 0.210.930.00   0.25
XYZ22.213810.611149.5925
Yxy10.61110.26950.1287
Hunter Lab32.574764.7196-67.4623
CIE-Lab38.917671.2726-59.1944

#970ebe color RGB value is (151,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001110 10111110
Octal 227 16 276
Decimal 151 14 190
Hex 97 E BE

RGB Percentages of Color #970ebe

%42.54
%3.94
%53.52

CMYK Percentages of Color #970ebe

%21
%93
%0
%25

Triadic Colors of #970ebe

#970ebe #be970e #0ebe97

Analogous Colors of #970ebe

#970ebe #be0e8d #3f0ebe

Monochromatic Colors of #970ebe

#970ebe

Complementary Color

#970ebe #35be0e

#970ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#970ebe Color CSS Codes

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

#970ebe Text Font Color

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

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


#970ebe Background Color

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

This div background color is #970ebe


#970ebe Border Color

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

This div border color is #970ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970ebe


Comments

No comments written yet.

Please login to write comment.