Color Hex Logo

#972ebe Color Hex

#972EBE
(151,46,190)
0 Favorites   0 Comments

Color spaces of #972ebe

RGB 15146190
HSL0.790.610.46
HSV284°76°75°
CMYK 0.210.760.00   0.25
XYZ23.033812.251049.8659
Yxy12.25100.27050.1439
Hunter Lab35.001456.2151-59.9684
CIE-Lab41.612363.4015-54.8306

#972ebe color RGB value is (151,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101110 10111110
Octal 227 56 276
Decimal 151 46 190
Hex 97 2E BE

RGB Percentages of Color #972ebe

%39.02
%11.89
%49.10

CMYK Percentages of Color #972ebe

%21
%76
%0
%25

Triadic Colors of #972ebe

#972ebe #be972e #2ebe97

Analogous Colors of #972ebe

#972ebe #be2e9d #4f2ebe

Monochromatic Colors of #972ebe

#972ebe

Complementary Color

#972ebe #55be2e

#972ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972ebe Color CSS Codes

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

#972ebe Text Font Color

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

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


#972ebe Background Color

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

This div background color is #972ebe


#972ebe Border Color

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

This div border color is #972ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972ebe

#972ebe Color Palettes


Comments

No comments written yet.

Please login to write comment.