Color Hex Logo

#974eaf Color Hex

#974EAF
(151,78,175)
0 Favorites   0 Comments

Color spaces of #974eaf

RGB 15178175
HSL0.790.380.50
HSV285°55°69°
CMYK 0.140.550.00   0.31
XYZ23.224815.123242.2524
Yxy15.12320.28810.1876
Hunter Lab38.888638.5478-37.1966
CIE-Lab45.802546.1996-39.3233

#974eaf color RGB value is (151,78,175).

#974eaf hex color red value is 151, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #974eaf hue: 0.79 , saturation: 0.38 and the lightness value of 974eaf is 0.50.

The process color (four color CMYK) of #974eaf color hex is 0.14, 0.55, 0.00, 0.31. Web safe color of #974eaf is #996699. Color #974eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001110 10101111
Octal 227 116 257
Decimal 151 78 175
Hex 97 4E AF

RGB Percentages of Color #974eaf

%37.38
%19.31
%43.32

CMYK Percentages of Color #974eaf

%14
%55
%0
%31

Triadic Colors of #974eaf

#974eaf #af974e #4eaf97

Analogous Colors of #974eaf

#974eaf #af4e97 #674eaf

Monochromatic Colors of #974eaf

#974eaf

Complementary Color

#974eaf #66af4e

#974eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#974eaf Color CSS Codes

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

#974eaf Text Font Color

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

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


#974eaf Background Color

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

This div background color is #974eaf


#974eaf Border Color

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

This div border color is #974eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974eaf


Comments

No comments written yet.

Please login to write comment.