Color Hex Logo

#8012dc Color Hex

#8012DC
(128,18,220)
0 Favorites   0 Comments

Color spaces of #8012dc

RGB 12818220
HSL0.760.850.47
HSV273°92°86°
CMYK 0.420.920.00   0.14
XYZ22.036710.189168.5154
Yxy10.18910.21870.1011
Hunter Lab31.920467.3695-104.9186
CIE-Lab38.179773.6325-77.9717

#8012dc color RGB value is (128,18,220).

#8012dc hex color red value is 128, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8012dc hue: 0.76 , saturation: 0.85 and the lightness value of 8012dc is 0.47.

The process color (four color CMYK) of #8012dc color hex is 0.42, 0.92, 0.00, 0.14. Web safe color of #8012dc is #9900cc. Color #8012dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 11011100
Octal 200 22 334
Decimal 128 18 220
Hex 80 12 DC

RGB Percentages of Color #8012dc

%34.97
%4.92
%60.11

CMYK Percentages of Color #8012dc

%42
%92
%0
%14

Triadic Colors of #8012dc

#8012dc #dc8012 #12dc80

Analogous Colors of #8012dc

#8012dc #dc12d3 #1b12dc

Monochromatic Colors of #8012dc

#8012dc

Complementary Color

#8012dc #6edc12

#8012dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8012dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8012dc Color CSS Codes

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

#8012dc Text Font Color

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

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


#8012dc Background Color

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

This div background color is #8012dc


#8012dc Border Color

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

This div border color is #8012dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8012dc


Comments

No comments written yet.

Please login to write comment.