Color Hex Logo

#974def Color Hex

#974DEF
(151,77,239)
0 Favorites   0 Comments

Color spaces of #974def

RGB 15177239
HSL0.740.840.62
HSV267°68°94°
CMYK 0.370.680.00   0.06
XYZ30.996418.119183.5250
Yxy18.11910.23370.1366
Hunter Lab42.566555.4899-86.5436
CIE-Lab49.640261.2284-69.9105

#974def color RGB value is (151,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001101 11101111
Octal 227 115 357
Decimal 151 77 239
Hex 97 4D EF

RGB Percentages of Color #974def

%32.33
%16.49
%51.18

CMYK Percentages of Color #974def

%37
%68
%0
%6

Triadic Colors of #974def

#974def #ef974d #4def97

Analogous Colors of #974def

#974def #e84def #4d54ef

Monochromatic Colors of #974def

#974def

Complementary Color

#974def #a5ef4d

#974def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974def Color Preview on White Background

Lorem ipsum dolor sit amet.

#974def Color CSS Codes

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

#974def Text Font Color

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

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


#974def Background Color

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

This div background color is #974def


#974def Border Color

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

This div border color is #974def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,77,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 #974def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974def


Comments

No comments written yet.

Please login to write comment.