Color Hex Logo

#974bff Color Hex

#974BFF
(151,75,255)
0 Favorites   0 Comments

Color spaces of #974bff

RGB 15175255
HSL0.741.000.65
HSV265°71°100°
CMYK 0.410.710.00   0.00
XYZ33.328618.831596.4860
Yxy18.83150.22420.1267
Hunter Lab43.395361.1505-101.4500
CIE-Lab50.489565.9916-77.4647

#974bff color RGB value is (151,75,255).

#974bff hex color red value is 151, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #974bff hue: 0.74 , saturation: 1.00 and the lightness value of 974bff is 0.65.

The process color (four color CMYK) of #974bff color hex is 0.41, 0.71, 0.00, 0.00. Web safe color of #974bff is #9933ff. Color #974bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001011 11111111
Octal 227 113 377
Decimal 151 75 255
Hex 97 4B FF

RGB Percentages of Color #974bff

%31.39
%15.59
%53.01

CMYK Percentages of Color #974bff

%41
%71
%0
%0

Triadic Colors of #974bff

#974bff #ff974b #4bff97

Analogous Colors of #974bff

#974bff #f14bff #4b59ff

Monochromatic Colors of #974bff

#974bff

Complementary Color

#974bff #b3ff4b

#974bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#974bff Color CSS Codes

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

#974bff Text Font Color

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

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


#974bff Background Color

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

This div background color is #974bff


#974bff Border Color

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

This div border color is #974bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974bff


Comments

No comments written yet.

Please login to write comment.