Color Hex Logo

#974efd Color Hex

#974EFD
(151,78,253)
0 Favorites   0 Comments

Color spaces of #974efd

RGB 15178253
HSL0.740.980.65
HSV265°69°99°
CMYK 0.400.690.00   0.01
XYZ33.216519.119994.8683
Yxy19.11990.22560.1299
Hunter Lab43.726359.0757-98.0268
CIE-Lab50.827264.1403-75.8028

#974efd color RGB value is (151,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001110 11111101
Octal 227 116 375
Decimal 151 78 253
Hex 97 4E FD

RGB Percentages of Color #974efd

%31.33
%16.18
%52.49

CMYK Percentages of Color #974efd

%40
%69
%0
%1

Triadic Colors of #974efd

#974efd #fd974e #4efd97

Analogous Colors of #974efd

#974efd #ef4efd #4e5dfd

Monochromatic Colors of #974efd

#974efd

Complementary Color

#974efd #b4fd4e

#974efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#974efd Color CSS Codes

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

#974efd Text Font Color

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

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


#974efd Background Color

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

This div background color is #974efd


#974efd Border Color

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

This div border color is #974efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974efd


Comments

No comments written yet.

Please login to write comment.