Color Hex Logo

#972abe Color Hex

#972ABE
(151,42,190)
0 Favorites   0 Comments

Color spaces of #972abe

RGB 15142190
HSL0.790.640.45
HSV284°78°75°
CMYK 0.210.780.00   0.25
XYZ22.884711.952949.8162
Yxy11.95290.27030.1412
Hunter Lab34.573057.6509-61.2299
CIE-Lab41.141264.7581-55.5917

#972abe color RGB value is (151,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101010 10111110
Octal 227 52 276
Decimal 151 42 190
Hex 97 2A BE

RGB Percentages of Color #972abe

%39.43
%10.97
%49.61

CMYK Percentages of Color #972abe

%21
%78
%0
%25

Triadic Colors of #972abe

#972abe #be972a #2abe97

Analogous Colors of #972abe

#972abe #be2a9b #4d2abe

Monochromatic Colors of #972abe

#972abe

Complementary Color

#972abe #51be2a

#972abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972abe Color CSS Codes

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

#972abe Text Font Color

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

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


#972abe Background Color

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

This div background color is #972abe


#972abe Border Color

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

This div border color is #972abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972abe


Comments

No comments written yet.

Please login to write comment.