Color Hex Logo

#7802dc Color Hex

#7802DC
(120,2,220)
0 Favorites   0 Comments

Color spaces of #7802dc

RGB 1202220
HSL0.760.980.44
HSV272°99°86°
CMYK 0.450.990.00   0.14
XYZ20.68579.203868.3964
Yxy9.20380.21050.0936
Hunter Lab30.337868.6185-112.4327
CIE-Lab36.373875.0068-80.9861

#7802dc color RGB value is (120,2,220).

#7802dc hex color red value is 120, green value is 2 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7802dc hue: 0.76 , saturation: 0.98 and the lightness value of 7802dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000010 11011100
Octal 170 2 334
Decimal 120 2 220
Hex 78 2 DC

RGB Percentages of Color #7802dc

%35.09
%0.58
%64.33

CMYK Percentages of Color #7802dc

%45
%99
%0
%14

Triadic Colors of #7802dc

#7802dc #dc7802 #02dc78

Analogous Colors of #7802dc

#7802dc #dc02d3 #0b02dc

Monochromatic Colors of #7802dc

#7802dc

Complementary Color

#7802dc #66dc02

#7802dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7802dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7802dc Color CSS Codes

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

#7802dc Text Font Color

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

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


#7802dc Background Color

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

This div background color is #7802dc


#7802dc Border Color

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

This div border color is #7802dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,2,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 #7802dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7802dc


Comments

No comments written yet.

Please login to write comment.