Color Hex Logo

#971eac Color Hex

#971EAC
(151,30,172)
0 Favorites   0 Comments

Color spaces of #971eac

RGB 15130172
HSL0.810.700.40
HSV291°83°67°
CMYK 0.120.830.00   0.33
XYZ20.673210.486439.9642
Yxy10.48640.29070.1474
Hunter Lab32.382757.2851-50.5032
CIE-Lab38.701664.9123-48.8838

#971eac color RGB value is (151,30,172).

#971eac hex color red value is 151, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #971eac hue: 0.81 , saturation: 0.70 and the lightness value of 971eac is 0.40.

The process color (four color CMYK) of #971eac color hex is 0.12, 0.83, 0.00, 0.33. Web safe color of #971eac is #993399. Color #971eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011110 10101100
Octal 227 36 254
Decimal 151 30 172
Hex 97 1E AC

RGB Percentages of Color #971eac

%42.78
%8.50
%48.73

CMYK Percentages of Color #971eac

%12
%83
%0
%33

Triadic Colors of #971eac

#971eac #ac971e #1eac97

Analogous Colors of #971eac

#971eac #ac1e7a #501eac

Monochromatic Colors of #971eac

#971eac

Complementary Color

#971eac #33ac1e

#971eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#971eac Color CSS Codes

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

#971eac Text Font Color

<p style="color:#971eac">Text here</p>

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


#971eac Background Color

<div style="background-color:#971eac">
Div content here</div>

This div background color is #971eac


#971eac Border Color

<div style="border:3px solid #971eac">
Div here</div>

This div border color is #971eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,30,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #971eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #971eac;
  -webkit-box-shadow: 1px 1px 3px 2px #971eac;
  box-shadow:         1px 1px 3px 2px #971eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971eac


Comments

No comments written yet.

Please login to write comment.