Color Hex Logo

#973aca Color Hex

#973ACA
(151,58,202)
0 Favorites   0 Comments

Color spaces of #973aca

RGB 15158202
HSL0.770.580.51
HSV279°71°79°
CMYK 0.250.710.00   0.21
XYZ24.936213.869757.2399
Yxy13.86970.25960.1444
Hunter Lab37.242054.3449-65.0575
CIE-Lab44.045561.2697-57.8879

#973aca color RGB value is (151,58,202).

#973aca hex color red value is 151, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #973aca hue: 0.77 , saturation: 0.58 and the lightness value of 973aca is 0.51.

The process color (four color CMYK) of #973aca color hex is 0.25, 0.71, 0.00, 0.21. Web safe color of #973aca is #9933cc. Color #973aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 11001010
Octal 227 72 312
Decimal 151 58 202
Hex 97 3A CA

RGB Percentages of Color #973aca

%36.74
%14.11
%49.15

CMYK Percentages of Color #973aca

%25
%71
%0
%21

Triadic Colors of #973aca

#973aca #ca973a #3aca97

Analogous Colors of #973aca

#973aca #ca3ab5 #4f3aca

Monochromatic Colors of #973aca

#973aca

Complementary Color

#973aca #6dca3a

#973aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#973aca Color CSS Codes

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

#973aca Text Font Color

<p style="color:#973aca">Text here</p>

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


#973aca Background Color

<div style="background-color:#973aca">
Div content here</div>

This div background color is #973aca


#973aca Border Color

<div style="border:3px solid #973aca">
Div here</div>

This div border color is #973aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,58,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #973aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #973aca;
  -webkit-box-shadow: 1px 1px 3px 2px #973aca;
  box-shadow:         1px 1px 3px 2px #973aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973aca


Comments

No comments written yet.

Please login to write comment.