Color Hex Logo

#972edb Color Hex

#972EDB
(151,46,219)
0 Favorites   0 Comments

Color spaces of #972edb

RGB 15146219
HSL0.770.710.52
HSV276°79°86°
CMYK 0.310.790.00   0.14
XYZ26.525713.647868.2541
Yxy13.64780.24460.1259
Hunter Lab36.942963.5161-83.6815
CIE-Lab43.723569.3189-68.1952

#972edb color RGB value is (151,46,219).

#972edb hex color red value is 151, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #972edb hue: 0.77 , saturation: 0.71 and the lightness value of 972edb is 0.52.

The process color (four color CMYK) of #972edb color hex is 0.31, 0.79, 0.00, 0.14. Web safe color of #972edb is #9933cc. Color #972edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101110 11011011
Octal 227 56 333
Decimal 151 46 219
Hex 97 2E DB

RGB Percentages of Color #972edb

%36.30
%11.06
%52.64

CMYK Percentages of Color #972edb

%31
%79
%0
%14

Triadic Colors of #972edb

#972edb #db972e #2edb97

Analogous Colors of #972edb

#972edb #db2ec9 #412edb

Monochromatic Colors of #972edb

#972edb

Complementary Color

#972edb #72db2e

#972edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972edb Color CSS Codes

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

#972edb Text Font Color

<p style="color:#972edb">Text here</p>

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


#972edb Background Color

<div style="background-color:#972edb">
Div content here</div>

This div background color is #972edb


#972edb Border Color

<div style="border:3px solid #972edb">
Div here</div>

This div border color is #972edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,46,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #972edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #972edb;
  -webkit-box-shadow: 1px 1px 3px 2px #972edb;
  box-shadow:         1px 1px 3px 2px #972edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972edb


Comments

No comments written yet.

Please login to write comment.