Color Hex Logo

#8826cc Color Hex

#8826CC
(136,38,204)
0 Favorites   0 Comments

Color spaces of #8826cc

RGB 13638204
HSL0.770.690.47
HSV275°81°80°
CMYK 0.330.810.00   0.20
XYZ21.745510.980158.1000
Yxy10.98010.23940.1209
Hunter Lab33.136259.1514-80.7618
CIE-Lab39.546966.3803-66.4485

#8826cc color RGB value is (136,38,204).

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

The process color (four color CMYK) of #8826cc color hex is 0.33, 0.81, 0.00, 0.20. Web safe color of #8826cc is #9933cc. Color #8826cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 11001100
Octal 210 46 314
Decimal 136 38 204
Hex 88 26 CC

RGB Percentages of Color #8826cc

%35.98
%10.05
%53.97

CMYK Percentages of Color #8826cc

%33
%81
%0
%20

Triadic Colors of #8826cc

#8826cc #cc8826 #26cc88

Analogous Colors of #8826cc

#8826cc #cc26bd #3526cc

Monochromatic Colors of #8826cc

#8826cc

Complementary Color

#8826cc #6acc26

#8826cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8826cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8826cc Color CSS Codes

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

#8826cc Text Font Color

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

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


#8826cc Background Color

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

This div background color is #8826cc


#8826cc Border Color

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

This div border color is #8826cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,38,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 #8826cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8826cc


Comments

No comments written yet.

Please login to write comment.