Color Hex Logo

#974aef Color Hex

#974AEF
(151,74,239)
0 Favorites   0 Comments

Color spaces of #974aef

RGB 15174239
HSL0.740.840.61
HSV268°69°94°
CMYK 0.370.690.00   0.06
XYZ30.791317.708983.4566
Yxy17.70890.23330.1342
Hunter Lab42.081956.9648-88.1261
CIE-Lab49.141162.6190-70.7211

#974aef color RGB value is (151,74,239).

#974aef hex color red value is 151, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #974aef hue: 0.74 , saturation: 0.84 and the lightness value of 974aef is 0.61.

The process color (four color CMYK) of #974aef color hex is 0.37, 0.69, 0.00, 0.06. Web safe color of #974aef is #9933ff. Color #974aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001010 11101111
Octal 227 112 357
Decimal 151 74 239
Hex 97 4A EF

RGB Percentages of Color #974aef

%32.54
%15.95
%51.51

CMYK Percentages of Color #974aef

%37
%69
%0
%6

Triadic Colors of #974aef

#974aef #ef974a #4aef97

Analogous Colors of #974aef

#974aef #ea4aef #4a4fef

Monochromatic Colors of #974aef

#974aef

Complementary Color

#974aef #a2ef4a

#974aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#974aef Color CSS Codes

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

#974aef Text Font Color

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

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


#974aef Background Color

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

This div background color is #974aef


#974aef Border Color

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

This div border color is #974aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974aef


Comments

No comments written yet.

Please login to write comment.