Color Hex Logo

#972daf Color Hex

#972DAF
(151,45,175)
0 Favorites   0 Comments

Color spaces of #972daf

RGB 15145175
HSL0.800.590.43
HSV289°74°69°
CMYK 0.140.740.00   0.31
XYZ21.438711.551241.6571
Yxy11.55120.28720.1547
Hunter Lab33.987153.1187-48.8794
CIE-Lab40.493760.8542-47.7880

#972daf color RGB value is (151,45,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101101 10101111
Octal 227 55 257
Decimal 151 45 175
Hex 97 2D AF

RGB Percentages of Color #972daf

%40.70
%12.13
%47.17

CMYK Percentages of Color #972daf

%14
%74
%0
%31

Triadic Colors of #972daf

#972daf #af972d #2daf97

Analogous Colors of #972daf

#972daf #af2d86 #562daf

Monochromatic Colors of #972daf

#972daf

Complementary Color

#972daf #45af2d

#972daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#972daf Color CSS Codes

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

#972daf Text Font Color

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

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


#972daf Background Color

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

This div background color is #972daf


#972daf Border Color

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

This div border color is #972daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,45,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 #972daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972daf


Comments

No comments written yet.

Please login to write comment.