Color Hex Logo

#7972db Color Hex

#7972DB
(121,114,219)
0 Favorites   0 Comments

Color spaces of #7972db

RGB 121114219
HSL0.680.590.65
HSV244°48°86°
CMYK 0.450.480.00   0.14
XYZ26.688721.214069.7059
Yxy21.21400.22690.1804
Hunter Lab46.058722.8292-57.4894
CIE-Lab53.182929.2136-53.0910

#7972db color RGB value is (121,114,219).

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

The process color (four color CMYK) of #7972db color hex is 0.45, 0.48, 0.00, 0.14. Web safe color of #7972db is #6666cc. Color #7972db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 11011011
Octal 171 162 333
Decimal 121 114 219
Hex 79 72 DB

RGB Percentages of Color #7972db

%26.65
%25.11
%48.24

CMYK Percentages of Color #7972db

%45
%48
%0
%14

Triadic Colors of #7972db

#7972db #db7972 #72db79

Analogous Colors of #7972db

#7972db #ae72db #72a0db

Monochromatic Colors of #7972db

#7972db

Complementary Color

#7972db #d4db72

#7972db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7972db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7972db Color CSS Codes

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

#7972db Text Font Color

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

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


#7972db Background Color

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

This div background color is #7972db


#7972db Border Color

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

This div border color is #7972db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,114,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 #7972db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7972db


Comments

No comments written yet.

Please login to write comment.