Color Hex Logo

#a826ce Color Hex

#A826CE
(168,38,206)
0 Favorites   0 Comments

Color spaces of #a826ce

RGB 16838206
HSL0.800.690.48
HSV286°82°81°
CMYK 0.180.820.00   0.19
XYZ27.982114.167359.6523
Yxy14.16730.27490.1392
Hunter Lab37.639566.8322-67.6171
CIE-Lab44.471971.9670-59.3892

#a826ce color RGB value is (168,38,206).

#a826ce hex color red value is 168, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a826ce hue: 0.80 , saturation: 0.69 and the lightness value of a826ce is 0.48.

The process color (four color CMYK) of #a826ce color hex is 0.18, 0.82, 0.00, 0.19. Web safe color of #a826ce is #9933cc. Color #a826ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 11001110
Octal 250 46 316
Decimal 168 38 206
Hex A8 26 CE

RGB Percentages of Color #a826ce

%40.78
%9.22
%50.00

CMYK Percentages of Color #a826ce

%18
%82
%0
%19

Triadic Colors of #a826ce

#a826ce #cea826 #26cea8

Analogous Colors of #a826ce

#a826ce #ce26a0 #5426ce

Monochromatic Colors of #a826ce

#a826ce

Complementary Color

#a826ce #4cce26

#a826ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a826ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a826ce Color CSS Codes

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

#a826ce Text Font Color

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

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


#a826ce Background Color

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

This div background color is #a826ce


#a826ce Border Color

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

This div border color is #a826ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,38,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a826ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a826ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a826ce;
  box-shadow:         1px 1px 3px 2px #a826ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a826ce


Comments

No comments written yet.

Please login to write comment.