Color Hex Logo

#7921ce Color Hex

#7921CE
(121,33,206)
0 Favorites   0 Comments

Color spaces of #7921ce

RGB 12133206
HSL0.750.720.47
HSV271°84°81°
CMYK 0.410.840.00   0.19
XYZ19.56969.608959.2158
Yxy9.60890.22140.1087
Hunter Lab30.998258.4426-91.5627
CIE-Lab37.131166.2328-71.6456

#7921ce color RGB value is (121,33,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100001 11001110
Octal 171 41 316
Decimal 121 33 206
Hex 79 21 CE

RGB Percentages of Color #7921ce

%33.61
%9.17
%57.22

CMYK Percentages of Color #7921ce

%41
%84
%0
%19

Triadic Colors of #7921ce

#7921ce #ce7921 #21ce79

Analogous Colors of #7921ce

#7921ce #ce21cd #2221ce

Monochromatic Colors of #7921ce

#7921ce

Complementary Color

#7921ce #76ce21

#7921ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7921ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7921ce Color CSS Codes

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

#7921ce Text Font Color

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

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


#7921ce Background Color

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

This div background color is #7921ce


#7921ce Border Color

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

This div border color is #7921ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7921ce


Comments

No comments written yet.

Please login to write comment.