Color Hex Logo

#970aec Color Hex

#970AEC
(151,10,236)
0 Favorites   0 Comments

Color spaces of #970aec

RGB 15110236
HSL0.770.920.48
HSV277°96°93°
CMYK 0.360.960.00   0.07
XYZ28.011412.852580.3613
Yxy12.85250.23110.1060
Hunter Lab35.850476.7313-107.8077
CIE-Lab42.540280.4095-79.8106

#970aec color RGB value is (151,10,236).

#970aec hex color red value is 151, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #970aec hue: 0.77 , saturation: 0.92 and the lightness value of 970aec is 0.48.

The process color (four color CMYK) of #970aec color hex is 0.36, 0.96, 0.00, 0.07. Web safe color of #970aec is #9900ff. Color #970aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001010 11101100
Octal 227 12 354
Decimal 151 10 236
Hex 97 A EC

RGB Percentages of Color #970aec

%38.04
%2.52
%59.45

CMYK Percentages of Color #970aec

%36
%96
%0
%7

Triadic Colors of #970aec

#970aec #ec970a #0aec97

Analogous Colors of #970aec

#970aec #ec0ad0 #260aec

Monochromatic Colors of #970aec

#970aec

Complementary Color

#970aec #5fec0a

#970aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#970aec Color CSS Codes

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

#970aec Text Font Color

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

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


#970aec Background Color

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

This div background color is #970aec


#970aec Border Color

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

This div border color is #970aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970aec


Comments

No comments written yet.

Please login to write comment.