Color Hex Logo

#974aea Color Hex

#974AEA
(151,74,234)
0 Favorites   0 Comments

Color spaces of #974aea

RGB 15174234
HSL0.750.790.60
HSV269°68°92°
CMYK 0.350.680.00   0.08
XYZ30.062617.417479.6193
Yxy17.41740.23650.1370
Hunter Lab41.734255.5451-83.8979
CIE-Lab48.781761.4376-68.4913

#974aea color RGB value is (151,74,234).

#974aea hex color red value is 151, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #974aea hue: 0.75 , saturation: 0.79 and the lightness value of 974aea is 0.60.

The process color (four color CMYK) of #974aea color hex is 0.35, 0.68, 0.00, 0.08. Web safe color of #974aea is #9933ff. Color #974aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001010 11101010
Octal 227 112 352
Decimal 151 74 234
Hex 97 4A EA

RGB Percentages of Color #974aea

%32.90
%16.12
%50.98

CMYK Percentages of Color #974aea

%35
%68
%0
%8

Triadic Colors of #974aea

#974aea #ea974a #4aea97

Analogous Colors of #974aea

#974aea #e74aea #4a4dea

Monochromatic Colors of #974aea

#974aea

Complementary Color

#974aea #9dea4a

#974aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#974aea Color CSS Codes

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

#974aea Text Font Color

<p style="color:#974aea">Text here</p>

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


#974aea Background Color

<div style="background-color:#974aea">
Div content here</div>

This div background color is #974aea


#974aea Border Color

<div style="border:3px solid #974aea">
Div here</div>

This div border color is #974aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,74,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #974aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #974aea;
  -webkit-box-shadow: 1px 1px 3px 2px #974aea;
  box-shadow:         1px 1px 3px 2px #974aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974aea


Comments

No comments written yet.

Please login to write comment.