Color Hex Logo

#7973eb Color Hex

#7973EB
(121,115,235)
0 Favorites   0 Comments

Color spaces of #7973eb

RGB 121115235
HSL0.680.750.69
HSV243°51°92°
CMYK 0.490.510.00   0.08
XYZ29.011322.324681.3773
Yxy22.32460.21860.1682
Hunter Lab47.248926.9152-69.0415
CIE-Lab54.369733.3330-60.1733

#7973eb color RGB value is (121,115,235).

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

The process color (four color CMYK) of #7973eb color hex is 0.49, 0.51, 0.00, 0.08. Web safe color of #7973eb is #6666ff. Color #7973eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 11101011
Octal 171 163 353
Decimal 121 115 235
Hex 79 73 EB

RGB Percentages of Color #7973eb

%25.69
%24.42
%49.89

CMYK Percentages of Color #7973eb

%49
%51
%0
%8

Triadic Colors of #7973eb

#7973eb #eb7973 #73eb79

Analogous Colors of #7973eb

#7973eb #b573eb #73a9eb

Monochromatic Colors of #7973eb

#7973eb

Complementary Color

#7973eb #e5eb73

#7973eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7973eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7973eb Color CSS Codes

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

#7973eb Text Font Color

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

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


#7973eb Background Color

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

This div background color is #7973eb


#7973eb Border Color

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

This div border color is #7973eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7973eb


Comments

No comments written yet.

Please login to write comment.