Color Hex Logo

#974cbb Color Hex

#974CBB
(151,76,187)
0 Favorites   0 Comments

Color spaces of #974cbb

RGB 15176187
HSL0.780.450.52
HSV281°59°73°
CMYK 0.190.590.00   0.27
XYZ24.316615.336048.6922
Yxy15.33600.27520.1736
Hunter Lab39.161242.3050-46.3071
CIE-Lab46.091049.7794-45.8896

#974cbb color RGB value is (151,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001100 10111011
Octal 227 114 273
Decimal 151 76 187
Hex 97 4C BB

RGB Percentages of Color #974cbb

%36.47
%18.36
%45.17

CMYK Percentages of Color #974cbb

%19
%59
%0
%27

Triadic Colors of #974cbb

#974cbb #bb974c #4cbb97

Analogous Colors of #974cbb

#974cbb #bb4ca8 #5f4cbb

Monochromatic Colors of #974cbb

#974cbb

Complementary Color

#974cbb #70bb4c

#974cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#974cbb Color CSS Codes

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

#974cbb Text Font Color

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

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


#974cbb Background Color

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

This div background color is #974cbb


#974cbb Border Color

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

This div border color is #974cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974cbb


Comments

No comments written yet.

Please login to write comment.