Color Hex Logo

#7972fe Color Hex

#7972FE
(121,114,254)
0 Favorites   0 Comments

Color spaces of #7972fe

RGB 121114254
HSL0.680.990.72
HSV243°55°100°
CMYK 0.520.550.00   0.00
XYZ31.791923.255396.5790
Yxy23.25530.20970.1534
Hunter Lab48.223733.2860-84.9851
CIE-Lab55.334339.6042-69.1732

#7972fe color RGB value is (121,114,254).

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

The process color (four color CMYK) of #7972fe color hex is 0.52, 0.55, 0.00, 0.00. Web safe color of #7972fe is #6666ff. Color #7972fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 11111110
Octal 171 162 376
Decimal 121 114 254
Hex 79 72 FE

RGB Percentages of Color #7972fe

%24.74
%23.31
%51.94

CMYK Percentages of Color #7972fe

%52
%55
%0
%0

Triadic Colors of #7972fe

#7972fe #fe7972 #72fe79

Analogous Colors of #7972fe

#7972fe #bf72fe #72b1fe

Monochromatic Colors of #7972fe

#7972fe

Complementary Color

#7972fe #f7fe72

#7972fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7972fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7972fe Color CSS Codes

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

#7972fe Text Font Color

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

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


#7972fe Background Color

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

This div background color is #7972fe


#7972fe Border Color

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

This div border color is #7972fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7972fe


Comments

No comments written yet.

Please login to write comment.