Color Hex Logo

#8826ca Color Hex

#8826CA
(136,38,202)
0 Favorites   0 Comments

Color spaces of #8826ca

RGB 13638202
HSL0.770.680.47
HSV276°81°79°
CMYK 0.330.810.00   0.21
XYZ21.507110.884756.8445
Yxy10.88470.24100.1220
Hunter Lab32.992058.6262-79.0611
CIE-Lab39.385665.9540-65.5497

#8826ca color RGB value is (136,38,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 11001010
Octal 210 46 312
Decimal 136 38 202
Hex 88 26 CA

RGB Percentages of Color #8826ca

%36.17
%10.11
%53.72

CMYK Percentages of Color #8826ca

%33
%81
%0
%21

Triadic Colors of #8826ca

#8826ca #ca8826 #26ca88

Analogous Colors of #8826ca

#8826ca #ca26ba #3626ca

Monochromatic Colors of #8826ca

#8826ca

Complementary Color

#8826ca #68ca26

#8826ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8826ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8826ca Color CSS Codes

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

#8826ca Text Font Color

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

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


#8826ca Background Color

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

This div background color is #8826ca


#8826ca Border Color

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

This div border color is #8826ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8826ca


Comments

No comments written yet.

Please login to write comment.