Color Hex Logo

#972ebf Color Hex

#972EBF
(151,46,191)
0 Favorites   0 Comments

Color spaces of #972ebf

RGB 15146191
HSL0.790.610.46
HSV283°76°75°
CMYK 0.210.760.00   0.25
XYZ23.143512.294950.4436
Yxy12.29490.26950.1432
Hunter Lab35.064156.4540-60.7504
CIE-Lab41.681063.5993-55.3052

#972ebf color RGB value is (151,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101110 10111111
Octal 227 56 277
Decimal 151 46 191
Hex 97 2E BF

RGB Percentages of Color #972ebf

%38.92
%11.86
%49.23

CMYK Percentages of Color #972ebf

%21
%76
%0
%25

Triadic Colors of #972ebf

#972ebf #bf972e #2ebf97

Analogous Colors of #972ebf

#972ebf #bf2e9f #4e2ebf

Monochromatic Colors of #972ebf

#972ebf

Complementary Color

#972ebf #56bf2e

#972ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#972ebf Color CSS Codes

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

#972ebf Text Font Color

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

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


#972ebf Background Color

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

This div background color is #972ebf


#972ebf Border Color

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

This div border color is #972ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972ebf


Comments

No comments written yet.

Please login to write comment.