Color Hex Logo

#974cbe Color Hex

#974CBE
(151,76,190)
0 Favorites   0 Comments

Color spaces of #974cbe

RGB 15176190
HSL0.780.470.52
HSV279°60°75°
CMYK 0.210.600.00   0.25
XYZ24.641215.465950.4017
Yxy15.46590.27230.1709
Hunter Lab39.326743.0222-48.4583
CIE-Lab46.265850.4321-47.3575

#974cbe color RGB value is (151,76,190).

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

The process color (four color CMYK) of #974cbe color hex is 0.21, 0.60, 0.00, 0.25. Web safe color of #974cbe is #9933cc. Color #974cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001100 10111110
Octal 227 114 276
Decimal 151 76 190
Hex 97 4C BE

RGB Percentages of Color #974cbe

%36.21
%18.23
%45.56

CMYK Percentages of Color #974cbe

%21
%60
%0
%25

Triadic Colors of #974cbe

#974cbe #be974c #4cbe97

Analogous Colors of #974cbe

#974cbe #be4cac #5e4cbe

Monochromatic Colors of #974cbe

#974cbe

Complementary Color

#974cbe #73be4c

#974cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#974cbe Color CSS Codes

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

#974cbe Text Font Color

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

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


#974cbe Background Color

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

This div background color is #974cbe


#974cbe Border Color

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

This div border color is #974cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974cbe


Comments

No comments written yet.

Please login to write comment.