Color Hex Logo

#7972ce Color Hex

#7972CE
(121,114,206)
0 Favorites   0 Comments

Color spaces of #7972ce

RGB 121114206
HSL0.680.480.63
HSV245°45°81°
CMYK 0.410.450.00   0.19
XYZ25.043020.555861.0403
Yxy20.55580.23480.1928
Hunter Lab45.338519.2532-48.0866
CIE-Lab52.459925.4571-46.8764

#7972ce color RGB value is (121,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 11001110
Octal 171 162 316
Decimal 121 114 206
Hex 79 72 CE

RGB Percentages of Color #7972ce

%27.44
%25.85
%46.71

CMYK Percentages of Color #7972ce

%41
%45
%0
%19

Triadic Colors of #7972ce

#7972ce #ce7972 #72ce79

Analogous Colors of #7972ce

#7972ce #a772ce #7299ce

Monochromatic Colors of #7972ce

#7972ce

Complementary Color

#7972ce #c7ce72

#7972ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7972ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7972ce Color CSS Codes

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

#7972ce Text Font Color

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

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


#7972ce Background Color

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

This div background color is #7972ce


#7972ce Border Color

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

This div border color is #7972ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7972ce


Comments

No comments written yet.

Please login to write comment.