Color Hex Logo

#970eaf Color Hex

#970EAF
(151,14,175)
0 Favorites   0 Comments

Color spaces of #970eaf

RGB 15114175
HSL0.810.850.37
HSV291°92°69°
CMYK 0.140.920.00   0.31
XYZ20.65749.988541.3967
Yxy9.98850.28670.1386
Hunter Lab31.604661.3632-55.5367
CIE-Lab37.821868.6281-52.0916

#970eaf color RGB value is (151,14,175).

#970eaf hex color red value is 151, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #970eaf hue: 0.81 , saturation: 0.85 and the lightness value of 970eaf is 0.37.

The process color (four color CMYK) of #970eaf color hex is 0.14, 0.92, 0.00, 0.31. Web safe color of #970eaf is #990099. Color #970eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001110 10101111
Octal 227 16 257
Decimal 151 14 175
Hex 97 E AF

RGB Percentages of Color #970eaf

%44.41
%4.12
%51.47

CMYK Percentages of Color #970eaf

%14
%92
%0
%31

Triadic Colors of #970eaf

#970eaf #af970e #0eaf97

Analogous Colors of #970eaf

#970eaf #af0e77 #470eaf

Monochromatic Colors of #970eaf

#970eaf

Complementary Color

#970eaf #26af0e

#970eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#970eaf Color CSS Codes

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

#970eaf Text Font Color

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

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


#970eaf Background Color

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

This div background color is #970eaf


#970eaf Border Color

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

This div border color is #970eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970eaf


Comments

No comments written yet.

Please login to write comment.