Color Hex Logo

#972baf Color Hex

#972BAF
(151,43,175)
0 Favorites   0 Comments

Color spaces of #972baf

RGB 15143175
HSL0.800.610.43
HSV289°75°69°
CMYK 0.140.750.00   0.31
XYZ21.364211.402241.6323
Yxy11.40220.28720.1533
Hunter Lab33.767153.8430-49.4630
CIE-Lab40.249861.5528-48.1798

#972baf color RGB value is (151,43,175).

#972baf hex color red value is 151, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #972baf hue: 0.80 , saturation: 0.61 and the lightness value of 972baf is 0.43.

The process color (four color CMYK) of #972baf color hex is 0.14, 0.75, 0.00, 0.31. Web safe color of #972baf is #993399. Color #972baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101011 10101111
Octal 227 53 257
Decimal 151 43 175
Hex 97 2B AF

RGB Percentages of Color #972baf

%40.92
%11.65
%47.43

CMYK Percentages of Color #972baf

%14
%75
%0
%31

Triadic Colors of #972baf

#972baf #af972b #2baf97

Analogous Colors of #972baf

#972baf #af2b85 #552baf

Monochromatic Colors of #972baf

#972baf

Complementary Color

#972baf #43af2b

#972baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#972baf Color CSS Codes

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

#972baf Text Font Color

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

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


#972baf Background Color

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

This div background color is #972baf


#972baf Border Color

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

This div border color is #972baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972baf


Comments

No comments written yet.

Please login to write comment.