Color Hex Logo

#a826cb Color Hex

#A826CB
(168,38,203)
0 Favorites   0 Comments

Color spaces of #a826cb

RGB 16838203
HSL0.800.680.47
HSV287°81°80°
CMYK 0.170.810.00   0.20
XYZ27.621114.022957.7508
Yxy14.02290.27790.1411
Hunter Lab37.447266.1294-65.2237
CIE-Lab44.265871.4190-57.9870

#a826cb color RGB value is (168,38,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 11001011
Octal 250 46 313
Decimal 168 38 203
Hex A8 26 CB

RGB Percentages of Color #a826cb

%41.08
%9.29
%49.63

CMYK Percentages of Color #a826cb

%17
%81
%0
%20

Triadic Colors of #a826cb

#a826cb #cba826 #26cba8

Analogous Colors of #a826cb

#a826cb #cb269c #5626cb

Monochromatic Colors of #a826cb

#a826cb

Complementary Color

#a826cb #49cb26

#a826cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a826cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a826cb Color CSS Codes

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

#a826cb Text Font Color

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

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


#a826cb Background Color

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

This div background color is #a826cb


#a826cb Border Color

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

This div border color is #a826cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a826cb


Comments

No comments written yet.

Please login to write comment.