Color Hex Logo

#971fcd Color Hex

#971FCD
(151,31,205)
0 Favorites   0 Comments

Color spaces of #971fcd

RGB 15131205
HSL0.780.740.46
HSV281°85°80°
CMYK 0.260.850.00   0.20
XYZ24.271911.967158.7882
Yxy11.96710.25540.1259
Hunter Lab34.593564.7027-76.5420
CIE-Lab41.163870.8228-64.2989

#971fcd color RGB value is (151,31,205).

#971fcd hex color red value is 151, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #971fcd hue: 0.78 , saturation: 0.74 and the lightness value of 971fcd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011111 11001101
Octal 227 37 315
Decimal 151 31 205
Hex 97 1F CD

RGB Percentages of Color #971fcd

%39.02
%8.01
%52.97

CMYK Percentages of Color #971fcd

%26
%85
%0
%20

Triadic Colors of #971fcd

#971fcd #cd971f #1fcd97

Analogous Colors of #971fcd

#971fcd #cd1fac #401fcd

Monochromatic Colors of #971fcd

#971fcd

Complementary Color

#971fcd #55cd1f

#971fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#971fcd Color CSS Codes

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

#971fcd Text Font Color

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

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


#971fcd Background Color

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

This div background color is #971fcd


#971fcd Border Color

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

This div border color is #971fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971fcd


Comments

No comments written yet.

Please login to write comment.