Color Hex Logo

#7915be Color Hex

#7915BE
(121,21,190)
0 Favorites   0 Comments

Color spaces of #7915be

RGB 12121190
HSL0.770.800.41
HSV276°89°75°
CMYK 0.360.890.00   0.25
XYZ17.44768.319049.4013
Yxy8.31900.23210.1107
Hunter Lab28.842757.5041-81.3611
CIE-Lab34.638665.8942-66.3740

#7915be color RGB value is (121,21,190).

#7915be hex color red value is 121, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7915be hue: 0.77 , saturation: 0.80 and the lightness value of 7915be is 0.41.

The process color (four color CMYK) of #7915be color hex is 0.36, 0.89, 0.00, 0.25. Web safe color of #7915be is #6600cc. Color #7915be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010101 10111110
Octal 171 25 276
Decimal 121 21 190
Hex 79 15 BE

RGB Percentages of Color #7915be

%36.45
%6.33
%57.23

CMYK Percentages of Color #7915be

%36
%89
%0
%25

Triadic Colors of #7915be

#7915be #be7915 #15be79

Analogous Colors of #7915be

#7915be #be15af #2415be

Monochromatic Colors of #7915be

#7915be

Complementary Color

#7915be #5abe15

#7915be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7915be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7915be Color CSS Codes

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

#7915be Text Font Color

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

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


#7915be Background Color

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

This div background color is #7915be


#7915be Border Color

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

This div border color is #7915be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7915be


Comments

No comments written yet.

Please login to write comment.