Color Hex Logo

#970dac Color Hex

#970DAC
(151,13,172)
0 Favorites   0 Comments

Color spaces of #970dac

RGB 15113172
HSL0.810.860.36
HSV292°92°67°
CMYK 0.120.920.00   0.33
XYZ20.35289.845739.8574
Yxy9.84570.29050.1405
Hunter Lab31.377960.8702-53.3480
CIE-Lab37.564168.2541-50.7174

#970dac color RGB value is (151,13,172).

#970dac hex color red value is 151, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #970dac hue: 0.81 , saturation: 0.86 and the lightness value of 970dac is 0.36.

The process color (four color CMYK) of #970dac color hex is 0.12, 0.92, 0.00, 0.33. Web safe color of #970dac is #990099. Color #970dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001101 10101100
Octal 227 15 254
Decimal 151 13 172
Hex 97 D AC

RGB Percentages of Color #970dac

%44.94
%3.87
%51.19

CMYK Percentages of Color #970dac

%12
%92
%0
%33

Triadic Colors of #970dac

#970dac #ac970d #0dac97

Analogous Colors of #970dac

#970dac #ac0d72 #480dac

Monochromatic Colors of #970dac

#970dac

Complementary Color

#970dac #22ac0d

#970dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#970dac Color CSS Codes

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

#970dac Text Font Color

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

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


#970dac Background Color

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

This div background color is #970dac


#970dac Border Color

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

This div border color is #970dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970dac


Comments

No comments written yet.

Please login to write comment.