Color Hex Logo

#971cbd Color Hex

#971CBD
(151,28,189)
0 Favorites   0 Comments

Color spaces of #971cbd

RGB 15128189
HSL0.790.740.43
HSV286°85°74°
CMYK 0.200.850.00   0.26
XYZ22.363111.083949.1049
Yxy11.08390.27090.1343
Hunter Lab33.292561.6394-64.1453
CIE-Lab39.721468.4963-57.3025

#971cbd color RGB value is (151,28,189).

#971cbd hex color red value is 151, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #971cbd hue: 0.79 , saturation: 0.74 and the lightness value of 971cbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011100 10111101
Octal 227 34 275
Decimal 151 28 189
Hex 97 1C BD

RGB Percentages of Color #971cbd

%41.03
%7.61
%51.36

CMYK Percentages of Color #971cbd

%20
%85
%0
%26

Triadic Colors of #971cbd

#971cbd #bd971c #1cbd97

Analogous Colors of #971cbd

#971cbd #bd1c93 #471cbd

Monochromatic Colors of #971cbd

#971cbd

Complementary Color

#971cbd #42bd1c

#971cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#971cbd Color CSS Codes

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

#971cbd Text Font Color

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

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


#971cbd Background Color

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

This div background color is #971cbd


#971cbd Border Color

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

This div border color is #971cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971cbd


Comments

No comments written yet.

Please login to write comment.