Color Hex Logo

#973aee Color Hex

#973AEE
(151,58,238)
0 Favorites   0 Comments

Color spaces of #973aee

RGB 15158238
HSL0.750.840.58
HSV271°76°93°
CMYK 0.370.760.00   0.07
XYZ29.708215.778582.3687
Yxy15.77850.23240.1234
Hunter Lab39.722263.9864-95.1395
CIE-Lab46.682569.1417-74.1612

#973aee color RGB value is (151,58,238).

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

The process color (four color CMYK) of #973aee color hex is 0.37, 0.76, 0.00, 0.07. Web safe color of #973aee is #9933ff. Color #973aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 11101110
Octal 227 72 356
Decimal 151 58 238
Hex 97 3A EE

RGB Percentages of Color #973aee

%33.78
%12.98
%53.24

CMYK Percentages of Color #973aee

%37
%76
%0
%7

Triadic Colors of #973aee

#973aee #ee973a #3aee97

Analogous Colors of #973aee

#973aee #ee3aeb #3d3aee

Monochromatic Colors of #973aee

#973aee

Complementary Color

#973aee #91ee3a

#973aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#973aee Color CSS Codes

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

#973aee Text Font Color

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

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


#973aee Background Color

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

This div background color is #973aee


#973aee Border Color

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

This div border color is #973aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973aee


Comments

No comments written yet.

Please login to write comment.