Color Hex Logo

#7973db Color Hex

#7973DB
(121,115,219)
0 Favorites   0 Comments

Color spaces of #7973db

RGB 121115219
HSL0.680.590.65
HSV243°47°86°
CMYK 0.450.470.00   0.14
XYZ26.802121.440969.7437
Yxy21.44090.22720.1817
Hunter Lab46.304322.2877-56.8897
CIE-Lab53.428728.6173-52.6984

#7973db color RGB value is (121,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 11011011
Octal 171 163 333
Decimal 121 115 219
Hex 79 73 DB

RGB Percentages of Color #7973db

%26.59
%25.27
%48.13

CMYK Percentages of Color #7973db

%45
%47
%0
%14

Triadic Colors of #7973db

#7973db #db7973 #73db79

Analogous Colors of #7973db

#7973db #ad73db #73a1db

Monochromatic Colors of #7973db

#7973db

Complementary Color

#7973db #d5db73

#7973db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7973db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7973db Color CSS Codes

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

#7973db Text Font Color

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

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


#7973db Background Color

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

This div background color is #7973db


#7973db Border Color

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

This div border color is #7973db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7973db


Comments

No comments written yet.

Please login to write comment.