Color Hex Logo

#974cba Color Hex

#974CBA
(151,76,186)
0 Favorites   0 Comments

Color spaces of #974cba

RGB 15176186
HSL0.780.440.51
HSV281°59°73°
CMYK 0.190.590.00   0.27
XYZ24.209915.293448.1303
Yxy15.29340.27630.1745
Hunter Lab39.106842.0674-45.5959
CIE-Lab46.033549.5625-45.3982

#974cba color RGB value is (151,76,186).

#974cba hex color red value is 151, green value is 76 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #974cba hue: 0.78 , saturation: 0.44 and the lightness value of 974cba is 0.51.

The process color (four color CMYK) of #974cba color hex is 0.19, 0.59, 0.00, 0.27. Web safe color of #974cba is #9933cc. Color #974cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001100 10111010
Octal 227 114 272
Decimal 151 76 186
Hex 97 4C BA

RGB Percentages of Color #974cba

%36.56
%18.40
%45.04

CMYK Percentages of Color #974cba

%19
%59
%0
%27

Triadic Colors of #974cba

#974cba #ba974c #4cba97

Analogous Colors of #974cba

#974cba #ba4ca6 #604cba

Monochromatic Colors of #974cba

#974cba

Complementary Color

#974cba #6fba4c

#974cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#974cba Color CSS Codes

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

#974cba Text Font Color

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

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


#974cba Background Color

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

This div background color is #974cba


#974cba Border Color

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

This div border color is #974cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974cba


Comments

No comments written yet.

Please login to write comment.