Color Hex Logo

#a46ccb Color Hex

#A46CCB
(164,108,203)
0 Favorites   0 Comments

Color spaces of #a46ccb

RGB 164108203
HSL0.760.480.61
HSV275°47°80°
CMYK 0.190.470.00   0.20
XYZ31.451922.929459.2680
Yxy22.92940.27670.2018
Hunter Lab47.884733.4454-39.8654
CIE-Lab54.999539.8056-40.8859

#a46ccb color RGB value is (164,108,203).

#a46ccb hex color red value is 164, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a46ccb hue: 0.76 , saturation: 0.48 and the lightness value of a46ccb is 0.61.

The process color (four color CMYK) of #a46ccb color hex is 0.19, 0.47, 0.00, 0.20. Web safe color of #a46ccb is #9966cc. Color #a46ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11001011
Octal 244 154 313
Decimal 164 108 203
Hex A4 6C CB

RGB Percentages of Color #a46ccb

%34.53
%22.74
%42.74

CMYK Percentages of Color #a46ccb

%19
%47
%0
%20

Triadic Colors of #a46ccb

#a46ccb #cba46c #6ccba4

Analogous Colors of #a46ccb

#a46ccb #cb6cc3 #756ccb

Monochromatic Colors of #a46ccb

#a46ccb

Complementary Color

#a46ccb #93cb6c

#a46ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46ccb Color CSS Codes

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

#a46ccb Text Font Color

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

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


#a46ccb Background Color

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

This div background color is #a46ccb


#a46ccb Border Color

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

This div border color is #a46ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46ccb


Comments

No comments written yet.

Please login to write comment.