Color Hex Logo

#974fcb Color Hex

#974FCB
(151,79,203)
0 Favorites   0 Comments

Color spaces of #974fcb

RGB 15179203
HSL0.760.540.55
HSV275°61°80°
CMYK 0.260.610.00   0.20
XYZ26.338016.483158.2933
Yxy16.48310.26050.1630
Hunter Lab40.599444.7492-56.7100
CIE-Lab47.602051.8287-52.7401

#974fcb color RGB value is (151,79,203).

#974fcb hex color red value is 151, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #974fcb hue: 0.76 , saturation: 0.54 and the lightness value of 974fcb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001111 11001011
Octal 227 117 313
Decimal 151 79 203
Hex 97 4F CB

RGB Percentages of Color #974fcb

%34.87
%18.24
%46.88

CMYK Percentages of Color #974fcb

%26
%61
%0
%20

Triadic Colors of #974fcb

#974fcb #cb974f #4fcb97

Analogous Colors of #974fcb

#974fcb #cb4fc1 #594fcb

Monochromatic Colors of #974fcb

#974fcb

Complementary Color

#974fcb #83cb4f

#974fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#974fcb Color CSS Codes

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

#974fcb Text Font Color

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

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


#974fcb Background Color

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

This div background color is #974fcb


#974fcb Border Color

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

This div border color is #974fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974fcb


Comments

No comments written yet.

Please login to write comment.