Color Hex Logo

#7941ce Color Hex

#7941CE
(121,65,206)
0 Favorites   0 Comments

Color spaces of #7941ce

RGB 12165206
HSL0.730.590.53
HSV264°68°81°
CMYK 0.410.680.00   0.19
XYZ20.916012.301859.6646
Yxy12.30180.22520.1324
Hunter Lab35.073945.0674-76.3071
CIE-Lab41.691853.1961-64.1937

#7941ce color RGB value is (121,65,206).

#7941ce hex color red value is 121, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7941ce hue: 0.73 , saturation: 0.59 and the lightness value of 7941ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000001 11001110
Octal 171 101 316
Decimal 121 65 206
Hex 79 41 CE

RGB Percentages of Color #7941ce

%30.87
%16.58
%52.55

CMYK Percentages of Color #7941ce

%41
%68
%0
%19

Triadic Colors of #7941ce

#7941ce #ce7941 #41ce79

Analogous Colors of #7941ce

#7941ce #c041ce #4150ce

Monochromatic Colors of #7941ce

#7941ce

Complementary Color

#7941ce #96ce41

#7941ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7941ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7941ce Color CSS Codes

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

#7941ce Text Font Color

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

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


#7941ce Background Color

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

This div background color is #7941ce


#7941ce Border Color

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

This div border color is #7941ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7941ce


Comments

No comments written yet.

Please login to write comment.