Color Hex Logo

#971dbb Color Hex

#971DBB
(151,29,187)
0 Favorites   0 Comments

Color spaces of #971dbb

RGB 15129187
HSL0.800.730.42
HSV286°84°73°
CMYK 0.190.840.00   0.27
XYZ22.171511.045947.9772
Yxy11.04590.27310.1360
Hunter Lab33.235460.9164-62.3238
CIE-Lab39.657767.8870-56.2293

#971dbb color RGB value is (151,29,187).

#971dbb hex color red value is 151, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #971dbb hue: 0.80 , saturation: 0.73 and the lightness value of 971dbb is 0.42.

The process color (four color CMYK) of #971dbb color hex is 0.19, 0.84, 0.00, 0.27. Web safe color of #971dbb is #9933cc. Color #971dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011101 10111011
Octal 227 35 273
Decimal 151 29 187
Hex 97 1D BB

RGB Percentages of Color #971dbb

%41.14
%7.90
%50.95

CMYK Percentages of Color #971dbb

%19
%84
%0
%27

Triadic Colors of #971dbb

#971dbb #bb971d #1dbb97

Analogous Colors of #971dbb

#971dbb #bb1d90 #481dbb

Monochromatic Colors of #971dbb

#971dbb

Complementary Color

#971dbb #41bb1d

#971dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#971dbb Color CSS Codes

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

#971dbb Text Font Color

<p style="color:#971dbb">Text here</p>

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


#971dbb Background Color

<div style="background-color:#971dbb">
Div content here</div>

This div background color is #971dbb


#971dbb Border Color

<div style="border:3px solid #971dbb">
Div here</div>

This div border color is #971dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,29,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #971dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #971dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #971dbb;
  box-shadow:         1px 1px 3px 2px #971dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971dbb


Comments

No comments written yet.

Please login to write comment.