Color Hex Logo

#7815df Color Hex

#7815DF
(120,21,223)
0 Favorites   0 Comments

Color spaces of #7815df

RGB 12021223
HSL0.750.830.48
HSV269°91°87°
CMYK 0.460.910.00   0.13
XYZ21.33329.857170.5903
Yxy9.85710.20960.0968
Hunter Lab31.396066.3455-111.3295
CIE-Lab37.584772.8930-80.7104

#7815df color RGB value is (120,21,223).

#7815df hex color red value is 120, green value is 21 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7815df hue: 0.75 , saturation: 0.83 and the lightness value of 7815df is 0.48.

The process color (four color CMYK) of #7815df color hex is 0.46, 0.91, 0.00, 0.13. Web safe color of #7815df is #6600cc. Color #7815df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 11011111
Octal 170 25 337
Decimal 120 21 223
Hex 78 15 DF

RGB Percentages of Color #7815df

%32.97
%5.77
%61.26

CMYK Percentages of Color #7815df

%46
%91
%0
%13

Triadic Colors of #7815df

#7815df #df7815 #15df78

Analogous Colors of #7815df

#7815df #dd15df #1517df

Monochromatic Colors of #7815df

#7815df

Complementary Color

#7815df #7cdf15

#7815df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7815df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7815df Color CSS Codes

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

#7815df Text Font Color

<p style="color:#7815df">Text here</p>

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


#7815df Background Color

<div style="background-color:#7815df">
Div content here</div>

This div background color is #7815df


#7815df Border Color

<div style="border:3px solid #7815df">
Div here</div>

This div border color is #7815df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,21,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7815df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7815df;
  -webkit-box-shadow: 1px 1px 3px 2px #7815df;
  box-shadow:         1px 1px 3px 2px #7815df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7815df


Comments

No comments written yet.

Please login to write comment.