Color Hex Logo

#a463bc Color Hex

#A463BC
(164,99,188)
0 Favorites   0 Comments

Color spaces of #a463bc

RGB 16499188
HSL0.790.400.56
HSV284°47°74°
CMYK 0.130.470.00   0.26
XYZ28.848820.447050.0031
Yxy20.44700.29050.2059
Hunter Lab45.218434.7488-33.9109
CIE-Lab52.338941.4569-36.4778

#a463bc color RGB value is (164,99,188).

#a463bc hex color red value is 164, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a463bc hue: 0.79 , saturation: 0.40 and the lightness value of a463bc is 0.56.

The process color (four color CMYK) of #a463bc color hex is 0.13, 0.47, 0.00, 0.26. Web safe color of #a463bc is #9966cc. Color #a463bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 10111100
Octal 244 143 274
Decimal 164 99 188
Hex A4 63 BC

RGB Percentages of Color #a463bc

%36.36
%21.95
%41.69

CMYK Percentages of Color #a463bc

%13
%47
%0
%26

Triadic Colors of #a463bc

#a463bc #bca463 #63bca4

Analogous Colors of #a463bc

#a463bc #bc63a8 #7863bc

Monochromatic Colors of #a463bc

#a463bc

Complementary Color

#a463bc #7bbc63

#a463bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463bc Color CSS Codes

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

#a463bc Text Font Color

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

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


#a463bc Background Color

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

This div background color is #a463bc


#a463bc Border Color

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

This div border color is #a463bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,99,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a463bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463bc


Comments

No comments written yet.

Please login to write comment.