Color Hex Logo

#8812cc Color Hex

#8812CC
(136,18,204)
0 Favorites   0 Comments

Color spaces of #8812cc

RGB 13618204
HSL0.770.840.44
HSV278°91°80°
CMYK 0.330.910.00   0.20
XYZ21.268710.026557.9411
Yxy10.02650.23830.1124
Hunter Lab31.664664.4828-86.3257
CIE-Lab37.889971.2708-69.1574

#8812cc color RGB value is (136,18,204).

#8812cc hex color red value is 136, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8812cc hue: 0.77 , saturation: 0.84 and the lightness value of 8812cc is 0.44.

The process color (four color CMYK) of #8812cc color hex is 0.33, 0.91, 0.00, 0.20. Web safe color of #8812cc is #9900cc. Color #8812cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010010 11001100
Octal 210 22 314
Decimal 136 18 204
Hex 88 12 CC

RGB Percentages of Color #8812cc

%37.99
%5.03
%56.98

CMYK Percentages of Color #8812cc

%33
%91
%0
%20

Triadic Colors of #8812cc

#8812cc #cc8812 #12cc88

Analogous Colors of #8812cc

#8812cc #cc12b3 #2b12cc

Monochromatic Colors of #8812cc

#8812cc

Complementary Color

#8812cc #56cc12

#8812cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8812cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8812cc Color CSS Codes

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

#8812cc Text Font Color

<p style="color:#8812cc">Text here</p>

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


#8812cc Background Color

<div style="background-color:#8812cc">
Div content here</div>

This div background color is #8812cc


#8812cc Border Color

<div style="border:3px solid #8812cc">
Div here</div>

This div border color is #8812cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,18,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8812cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8812cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8812cc;
  box-shadow:         1px 1px 3px 2px #8812cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,18,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8812cc


Comments

No comments written yet.

Please login to write comment.