Color Hex Logo

#972bbd Color Hex

#972BBD
(151,43,189)
0 Favorites   0 Comments

Color spaces of #972bbd

RGB 15143189
HSL0.790.630.45
HSV284°77°74°
CMYK 0.200.770.00   0.26
XYZ22.811711.981249.2544
Yxy11.98120.27140.1426
Hunter Lab34.613957.0632-60.1380
CIE-Lab41.186264.2328-54.9325

#972bbd color RGB value is (151,43,189).

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

The process color (four color CMYK) of #972bbd color hex is 0.20, 0.77, 0.00, 0.26. Web safe color of #972bbd is #9933cc. Color #972bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101011 10111101
Octal 227 53 275
Decimal 151 43 189
Hex 97 2B BD

RGB Percentages of Color #972bbd

%39.43
%11.23
%49.35

CMYK Percentages of Color #972bbd

%20
%77
%0
%26

Triadic Colors of #972bbd

#972bbd #bd972b #2bbd97

Analogous Colors of #972bbd

#972bbd #bd2b9a #4e2bbd

Monochromatic Colors of #972bbd

#972bbd

Complementary Color

#972bbd #51bd2b

#972bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#972bbd Color CSS Codes

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

#972bbd Text Font Color

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

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


#972bbd Background Color

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

This div background color is #972bbd


#972bbd Border Color

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

This div border color is #972bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972bbd


Comments

No comments written yet.

Please login to write comment.