Color Hex Logo

#974efa Color Hex

#974EFA
(151,78,250)
0 Favorites   0 Comments

Color spaces of #974efa

RGB 15178250
HSL0.740.950.64
HSV265°69°98°
CMYK 0.400.690.00   0.02
XYZ32.742218.930292.3707
Yxy18.93020.22730.1314
Hunter Lab43.508858.1881-95.4184
CIE-Lab50.605463.4117-74.4939

#974efa color RGB value is (151,78,250).

#974efa hex color red value is 151, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #974efa hue: 0.74 , saturation: 0.95 and the lightness value of 974efa is 0.64.

The process color (four color CMYK) of #974efa color hex is 0.40, 0.69, 0.00, 0.02. Web safe color of #974efa is #9966ff. Color #974efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001110 11111010
Octal 227 116 372
Decimal 151 78 250
Hex 97 4E FA

RGB Percentages of Color #974efa

%31.52
%16.28
%52.19

CMYK Percentages of Color #974efa

%40
%69
%0
%2

Triadic Colors of #974efa

#974efa #fa974e #4efa97

Analogous Colors of #974efa

#974efa #ed4efa #4e5bfa

Monochromatic Colors of #974efa

#974efa

Complementary Color

#974efa #b1fa4e

#974efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#974efa Color CSS Codes

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

#974efa Text Font Color

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

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


#974efa Background Color

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

This div background color is #974efa


#974efa Border Color

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

This div border color is #974efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974efa

Related Colors


Comments

No comments written yet.

Please login to write comment.