Color Hex Logo

#974cdf Color Hex

#974CDF
(151,76,223)
0 Favorites   0 Comments

Color spaces of #974cdf

RGB 15176223
HSL0.750.700.59
HSV271°66°87°
CMYK 0.320.660.00   0.13
XYZ28.666217.075971.5971
Yxy17.07590.24430.1455
Hunter Lab41.323051.5121-73.8010
CIE-Lab48.355557.9161-62.9591

#974cdf color RGB value is (151,76,223).

#974cdf hex color red value is 151, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #974cdf hue: 0.75 , saturation: 0.70 and the lightness value of 974cdf is 0.59.

The process color (four color CMYK) of #974cdf color hex is 0.32, 0.66, 0.00, 0.13. Web safe color of #974cdf is #9933cc. Color #974cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001100 11011111
Octal 227 114 337
Decimal 151 76 223
Hex 97 4C DF

RGB Percentages of Color #974cdf

%33.56
%16.89
%49.56

CMYK Percentages of Color #974cdf

%32
%66
%0
%13

Triadic Colors of #974cdf

#974cdf #df974c #4cdf97

Analogous Colors of #974cdf

#974cdf #df4cde #4d4cdf

Monochromatic Colors of #974cdf

#974cdf

Complementary Color

#974cdf #94df4c

#974cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#974cdf Color CSS Codes

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

#974cdf Text Font Color

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

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


#974cdf Background Color

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

This div background color is #974cdf


#974cdf Border Color

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

This div border color is #974cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974cdf


Comments

No comments written yet.

Please login to write comment.