Color Hex Logo

#7924ce Color Hex

#7924CE
(121,36,206)
0 Favorites   0 Comments

Color spaces of #7924ce

RGB 12136206
HSL0.750.700.47
HSV270°83°81°
CMYK 0.410.830.00   0.19
XYZ19.65669.782959.2448
Yxy9.78290.22160.1103
Hunter Lab31.277657.4435-90.4103
CIE-Lab37.449965.2956-71.1226

#7924ce color RGB value is (121,36,206).

#7924ce hex color red value is 121, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7924ce hue: 0.75 , saturation: 0.70 and the lightness value of 7924ce is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100100 11001110
Octal 171 44 316
Decimal 121 36 206
Hex 79 24 CE

RGB Percentages of Color #7924ce

%33.33
%9.92
%56.75

CMYK Percentages of Color #7924ce

%41
%83
%0
%19

Triadic Colors of #7924ce

#7924ce #ce7924 #24ce79

Analogous Colors of #7924ce

#7924ce #ce24ce #2424ce

Monochromatic Colors of #7924ce

#7924ce

Complementary Color

#7924ce #79ce24

#7924ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7924ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7924ce Color CSS Codes

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

#7924ce Text Font Color

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

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


#7924ce Background Color

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

This div background color is #7924ce


#7924ce Border Color

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

This div border color is #7924ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7924ce


Comments

No comments written yet.

Please login to write comment.