Color Hex Logo

#7815dc Color Hex

#7815DC
(120,21,220)
0 Favorites   0 Comments

Color spaces of #7815dc

RGB 12021220
HSL0.750.830.47
HSV270°90°86°
CMYK 0.450.900.00   0.14
XYZ20.93229.696768.4785
Yxy9.69670.21120.0978
Hunter Lab31.139565.4947-108.5862
CIE-Lab37.292572.2367-79.4706

#7815dc color RGB value is (120,21,220).

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

The process color (four color CMYK) of #7815dc color hex is 0.45, 0.90, 0.00, 0.14. Web safe color of #7815dc is #6600cc. Color #7815dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 11011100
Octal 170 25 334
Decimal 120 21 220
Hex 78 15 DC

RGB Percentages of Color #7815dc

%33.24
%5.82
%60.94

CMYK Percentages of Color #7815dc

%45
%90
%0
%14

Triadic Colors of #7815dc

#7815dc #dc7815 #15dc78

Analogous Colors of #7815dc

#7815dc #dc15dc #1515dc

Monochromatic Colors of #7815dc

#7815dc

Complementary Color

#7815dc #79dc15

#7815dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7815dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7815dc Color CSS Codes

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

#7815dc Text Font Color

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

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


#7815dc Background Color

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

This div background color is #7815dc


#7815dc Border Color

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

This div border color is #7815dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7815dc


Comments

No comments written yet.

Please login to write comment.