Color Hex Logo

#971eda Color Hex

#971EDA
(151,30,218)
0 Favorites   0 Comments

Color spaces of #971eda

RGB 15130218
HSL0.770.760.49
HSV279°86°85°
CMYK 0.310.860.00   0.15
XYZ25.881712.569867.3918
Yxy12.56980.24450.1188
Hunter Lab35.453968.2624-87.8824
CIE-Lab42.107873.6174-70.2571

#971eda color RGB value is (151,30,218).

#971eda hex color red value is 151, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #971eda hue: 0.77 , saturation: 0.76 and the lightness value of 971eda is 0.49.

The process color (four color CMYK) of #971eda color hex is 0.31, 0.86, 0.00, 0.15. Web safe color of #971eda is #9933cc. Color #971eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011110 11011010
Octal 227 36 332
Decimal 151 30 218
Hex 97 1E DA

RGB Percentages of Color #971eda

%37.84
%7.52
%54.64

CMYK Percentages of Color #971eda

%31
%86
%0
%15

Triadic Colors of #971eda

#971eda #da971e #1eda97

Analogous Colors of #971eda

#971eda #da1ebf #391eda

Monochromatic Colors of #971eda

#971eda

Complementary Color

#971eda #61da1e

#971eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#971eda Color CSS Codes

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

#971eda Text Font Color

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

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


#971eda Background Color

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

This div background color is #971eda


#971eda Border Color

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

This div border color is #971eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971eda


Comments

No comments written yet.

Please login to write comment.