Color Hex Logo

#a446cb Color Hex

#A446CB
(164,70,203)
0 Favorites   0 Comments

Color spaces of #a446cb

RGB 16470203
HSL0.780.560.54
HSV282°66°80°
CMYK 0.190.660.00   0.20
XYZ28.279516.584658.2106
Yxy16.58460.27440.1609
Hunter Lab40.724252.6858-56.2414
CIE-Lab47.732359.0878-52.4387

#a446cb color RGB value is (164,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 11001011
Octal 244 106 313
Decimal 164 70 203
Hex A4 46 CB

RGB Percentages of Color #a446cb

%37.53
%16.02
%46.45

CMYK Percentages of Color #a446cb

%19
%66
%0
%20

Triadic Colors of #a446cb

#a446cb #cba446 #46cba4

Analogous Colors of #a446cb

#a446cb #cb46b0 #6146cb

Monochromatic Colors of #a446cb

#a446cb

Complementary Color

#a446cb #6dcb46

#a446cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a446cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a446cb Color CSS Codes

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

#a446cb Text Font Color

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

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


#a446cb Background Color

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

This div background color is #a446cb


#a446cb Border Color

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

This div border color is #a446cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a446cb


Comments

No comments written yet.

Please login to write comment.