Color Hex Logo

#974cbc Color Hex

#974CBC
(151,76,188)
0 Favorites   0 Comments

Color spaces of #974cbc

RGB 15176188
HSL0.780.460.52
HSV280°60°74°
CMYK 0.200.600.00   0.26
XYZ24.424015.379049.2581
Yxy15.37900.27420.1727
Hunter Lab39.216142.5427-47.0211
CIE-Lab46.149049.9962-46.3799

#974cbc color RGB value is (151,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001100 10111100
Octal 227 114 274
Decimal 151 76 188
Hex 97 4C BC

RGB Percentages of Color #974cbc

%36.39
%18.31
%45.30

CMYK Percentages of Color #974cbc

%20
%60
%0
%26

Triadic Colors of #974cbc

#974cbc #bc974c #4cbc97

Analogous Colors of #974cbc

#974cbc #bc4ca9 #5f4cbc

Monochromatic Colors of #974cbc

#974cbc

Complementary Color

#974cbc #71bc4c

#974cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#974cbc Color CSS Codes

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

#974cbc Text Font Color

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

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


#974cbc Background Color

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

This div background color is #974cbc


#974cbc Border Color

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

This div border color is #974cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974cbc


Comments

No comments written yet.

Please login to write comment.