Color Hex Logo

#7972df Color Hex

#7972DF
(121,114,223)
0 Favorites   0 Comments

Color spaces of #7972df

RGB 121114223
HSL0.680.630.66
HSV244°49°87°
CMYK 0.460.490.00   0.13
XYZ27.221821.427372.5132
Yxy21.42730.22470.1768
Hunter Lab46.289623.9646-60.4757
CIE-Lab53.414030.3832-54.9762

#7972df color RGB value is (121,114,223).

#7972df hex color red value is 121, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7972df hue: 0.68 , saturation: 0.63 and the lightness value of 7972df is 0.66.

The process color (four color CMYK) of #7972df color hex is 0.46, 0.49, 0.00, 0.13. Web safe color of #7972df is #6666cc. Color #7972df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 11011111
Octal 171 162 337
Decimal 121 114 223
Hex 79 72 DF

RGB Percentages of Color #7972df

%26.42
%24.89
%48.69

CMYK Percentages of Color #7972df

%46
%49
%0
%13

Triadic Colors of #7972df

#7972df #df7972 #72df79

Analogous Colors of #7972df

#7972df #b072df #72a2df

Monochromatic Colors of #7972df

#7972df

Complementary Color

#7972df #d8df72

#7972df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7972df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7972df Color CSS Codes

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

#7972df Text Font Color

<p style="color:#7972df">Text here</p>

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


#7972df Background Color

<div style="background-color:#7972df">
Div content here</div>

This div background color is #7972df


#7972df Border Color

<div style="border:3px solid #7972df">
Div here</div>

This div border color is #7972df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,114,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7972df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7972df;
  -webkit-box-shadow: 1px 1px 3px 2px #7972df;
  box-shadow:         1px 1px 3px 2px #7972df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,114,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7972df


Comments

No comments written yet.

Please login to write comment.