Color Hex Logo

#7915ce Color Hex

#7915CE
(121,21,206)
0 Favorites   0 Comments

Color spaces of #7915ce

RGB 12121206
HSL0.760.810.45
HSV272°90°81°
CMYK 0.410.900.00   0.19
XYZ19.29399.057559.1239
Yxy9.05750.22060.1035
Hunter Lab30.095761.7663-95.4101
CIE-Lab36.094869.3069-73.3479

#7915ce color RGB value is (121,21,206).

#7915ce hex color red value is 121, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7915ce hue: 0.76 , saturation: 0.81 and the lightness value of 7915ce is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010101 11001110
Octal 171 25 316
Decimal 121 21 206
Hex 79 15 CE

RGB Percentages of Color #7915ce

%34.77
%6.03
%59.20

CMYK Percentages of Color #7915ce

%41
%90
%0
%19

Triadic Colors of #7915ce

#7915ce #ce7915 #15ce79

Analogous Colors of #7915ce

#7915ce #ce15c7 #1d15ce

Monochromatic Colors of #7915ce

#7915ce

Complementary Color

#7915ce #6ace15

#7915ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7915ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7915ce Color CSS Codes

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

#7915ce Text Font Color

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

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


#7915ce Background Color

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

This div background color is #7915ce


#7915ce Border Color

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

This div border color is #7915ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7915ce


Comments

No comments written yet.

Please login to write comment.