Color Hex Logo

#972abb Color Hex

#972ABB
(151,42,187)
0 Favorites   0 Comments

Color spaces of #972abb

RGB 15142187
HSL0.790.630.45
HSV285°78°73°
CMYK 0.190.780.00   0.27
XYZ22.560111.823148.1067
Yxy11.82310.27350.1433
Hunter Lab34.384756.9420-58.8816
CIE-Lab40.933664.1752-54.1662

#972abb color RGB value is (151,42,187).

#972abb hex color red value is 151, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #972abb hue: 0.79 , saturation: 0.63 and the lightness value of 972abb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101010 10111011
Octal 227 52 273
Decimal 151 42 187
Hex 97 2A BB

RGB Percentages of Color #972abb

%39.74
%11.05
%49.21

CMYK Percentages of Color #972abb

%19
%78
%0
%27

Triadic Colors of #972abb

#972abb #bb972a #2abb97

Analogous Colors of #972abb

#972abb #bb2a97 #4e2abb

Monochromatic Colors of #972abb

#972abb

Complementary Color

#972abb #4ebb2a

#972abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972abb Color CSS Codes

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

#972abb Text Font Color

<p style="color:#972abb">Text here</p>

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


#972abb Background Color

<div style="background-color:#972abb">
Div content here</div>

This div background color is #972abb


#972abb Border Color

<div style="border:3px solid #972abb">
Div here</div>

This div border color is #972abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,42,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 #972abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972abb


Comments

No comments written yet.

Please login to write comment.