Color Hex Logo

#972bdb Color Hex

#972BDB
(151,43,219)
0 Favorites   0 Comments

Color spaces of #972bdb

RGB 15143219
HSL0.770.710.51
HSV277°80°86°
CMYK 0.310.800.00   0.14
XYZ26.412613.421568.2164
Yxy13.42150.24440.1242
Hunter Lab36.635464.5793-84.7554
CIE-Lab43.391670.2846-68.7360

#972bdb color RGB value is (151,43,219).

#972bdb hex color red value is 151, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #972bdb hue: 0.77 , saturation: 0.71 and the lightness value of 972bdb is 0.51.

The process color (four color CMYK) of #972bdb color hex is 0.31, 0.80, 0.00, 0.14. Web safe color of #972bdb is #9933cc. Color #972bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101011 11011011
Octal 227 53 333
Decimal 151 43 219
Hex 97 2B DB

RGB Percentages of Color #972bdb

%36.56
%10.41
%53.03

CMYK Percentages of Color #972bdb

%31
%80
%0
%14

Triadic Colors of #972bdb

#972bdb #db972b #2bdb97

Analogous Colors of #972bdb

#972bdb #db2bc7 #3f2bdb

Monochromatic Colors of #972bdb

#972bdb

Complementary Color

#972bdb #6fdb2b

#972bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972bdb Color CSS Codes

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

#972bdb Text Font Color

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

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


#972bdb Background Color

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

This div background color is #972bdb


#972bdb Border Color

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

This div border color is #972bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972bdb


Comments

No comments written yet.

Please login to write comment.