Color Hex Logo

#970ecf Color Hex

#970ECF
(151,14,207)
0 Favorites   0 Comments

Color spaces of #970ecf

RGB 15114207
HSL0.780.870.43
HSV283°93°81°
CMYK 0.270.930.00   0.19
XYZ24.182011.398459.9571
Yxy11.39840.25310.1193
Hunter Lab33.761568.7696-81.6601
CIE-Lab40.243574.3973-66.9578

#970ecf color RGB value is (151,14,207).

#970ecf hex color red value is 151, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #970ecf hue: 0.78 , saturation: 0.87 and the lightness value of 970ecf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001110 11001111
Octal 227 16 317
Decimal 151 14 207
Hex 97 E CF

RGB Percentages of Color #970ecf

%40.59
%3.76
%55.65

CMYK Percentages of Color #970ecf

%27
%93
%0
%19

Triadic Colors of #970ecf

#970ecf #cf970e #0ecf97

Analogous Colors of #970ecf

#970ecf #cf0ea7 #360ecf

Monochromatic Colors of #970ecf

#970ecf

Complementary Color

#970ecf #46cf0e

#970ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#970ecf Color CSS Codes

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

#970ecf Text Font Color

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

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


#970ecf Background Color

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

This div background color is #970ecf


#970ecf Border Color

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

This div border color is #970ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970ecf


Comments

No comments written yet.

Please login to write comment.