Color Hex Logo

#971ebf Color Hex

#971EBF
(151,30,191)
0 Favorites   0 Comments

Color spaces of #971ebf

RGB 15130191
HSL0.790.730.43
HSV285°84°75°
CMYK 0.210.840.00   0.25
XYZ22.630711.269450.2727
Yxy11.26940.26890.1339
Hunter Lab33.569961.5859-65.2909
CIE-Lab40.030668.3901-57.9759

#971ebf color RGB value is (151,30,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011110 10111111
Octal 227 36 277
Decimal 151 30 191
Hex 97 1E BF

RGB Percentages of Color #971ebf

%40.59
%8.06
%51.34

CMYK Percentages of Color #971ebf

%21
%84
%0
%25

Triadic Colors of #971ebf

#971ebf #bf971e #1ebf97

Analogous Colors of #971ebf

#971ebf #bf1e97 #471ebf

Monochromatic Colors of #971ebf

#971ebf

Complementary Color

#971ebf #46bf1e

#971ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#971ebf Color CSS Codes

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

#971ebf Text Font Color

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

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


#971ebf Background Color

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

This div background color is #971ebf


#971ebf Border Color

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

This div border color is #971ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971ebf


Comments

No comments written yet.

Please login to write comment.