Color Hex Logo

#a646cb Color Hex

#A646CB
(166,70,203)
0 Favorites   0 Comments

Color spaces of #a646cb

RGB 16670203
HSL0.790.560.54
HSV283°66°80°
CMYK 0.180.660.00   0.20
XYZ28.695516.799158.2300
Yxy16.79910.27670.1620
Hunter Lab40.986753.2442-55.5429
CIE-Lab48.005959.5373-51.9850

#a646cb color RGB value is (166,70,203).

#a646cb hex color red value is 166, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a646cb hue: 0.79 , saturation: 0.56 and the lightness value of a646cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11001011
Octal 246 106 313
Decimal 166 70 203
Hex A6 46 CB

RGB Percentages of Color #a646cb

%37.81
%15.95
%46.24

CMYK Percentages of Color #a646cb

%18
%66
%0
%20

Triadic Colors of #a646cb

#a646cb #cba646 #46cba6

Analogous Colors of #a646cb

#a646cb #cb46ae #6446cb

Monochromatic Colors of #a646cb

#a646cb

Complementary Color

#a646cb #6bcb46

#a646cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646cb Color CSS Codes

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

#a646cb Text Font Color

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

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


#a646cb Background Color

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

This div background color is #a646cb


#a646cb Border Color

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

This div border color is #a646cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646cb


Comments

No comments written yet.

Please login to write comment.