Color Hex Logo

#a146cb Color Hex

#A146CB
(161,70,203)
0 Favorites   0 Comments

Color spaces of #a146cb

RGB 16170203
HSL0.780.560.54
HSV281°66°80°
CMYK 0.210.660.00   0.20
XYZ27.667616.269258.1819
Yxy16.26920.27090.1593
Hunter Lab40.335151.8545-57.2891
CIE-Lab47.325758.4153-53.1130

#a146cb color RGB value is (161,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000110 11001011
Octal 241 106 313
Decimal 161 70 203
Hex A1 46 CB

RGB Percentages of Color #a146cb

%37.10
%16.13
%46.77

CMYK Percentages of Color #a146cb

%21
%66
%0
%20

Triadic Colors of #a146cb

#a146cb #cba146 #46cba1

Analogous Colors of #a146cb

#a146cb #cb46b3 #5f46cb

Monochromatic Colors of #a146cb

#a146cb

Complementary Color

#a146cb #70cb46

#a146cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a146cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a146cb Color CSS Codes

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

#a146cb Text Font Color

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

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


#a146cb Background Color

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

This div background color is #a146cb


#a146cb Border Color

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

This div border color is #a146cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a146cb


Comments

No comments written yet.

Please login to write comment.