Color Hex Logo

#a626cb Color Hex

#A626CB
(166,38,203)
0 Favorites   0 Comments

Color spaces of #a626cb

RGB 16638203
HSL0.800.680.47
HSV287°81°80°
CMYK 0.180.810.00   0.20
XYZ27.198513.805057.7310
Yxy13.80500.27550.1398
Hunter Lab37.155165.6453-66.1153
CIE-Lab43.952071.0738-58.5095

#a626cb color RGB value is (166,38,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 11001011
Octal 246 46 313
Decimal 166 38 203
Hex A6 26 CB

RGB Percentages of Color #a626cb

%40.79
%9.34
%49.88

CMYK Percentages of Color #a626cb

%18
%81
%0
%20

Triadic Colors of #a626cb

#a626cb #cba626 #26cba6

Analogous Colors of #a626cb

#a626cb #cb269e #5426cb

Monochromatic Colors of #a626cb

#a626cb

Complementary Color

#a626cb #4bcb26

#a626cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a626cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a626cb Color CSS Codes

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

#a626cb Text Font Color

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

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


#a626cb Background Color

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

This div background color is #a626cb


#a626cb Border Color

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

This div border color is #a626cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a626cb


Comments

No comments written yet.

Please login to write comment.