Color Hex Logo

#a546ce Color Hex

#A546CE
(165,70,206)
0 Favorites   0 Comments

Color spaces of #a546ce

RGB 16570206
HSL0.780.580.54
HSV282°66°81°
CMYK 0.200.660.00   0.19
XYZ28.847816.835960.1217
Yxy16.83590.27260.1591
Hunter Lab41.031653.6916-58.1528
CIE-Lab48.052659.9283-53.6438

#a546ce color RGB value is (165,70,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 11001110
Octal 245 106 316
Decimal 165 70 206
Hex A5 46 CE

RGB Percentages of Color #a546ce

%37.41
%15.87
%46.71

CMYK Percentages of Color #a546ce

%20
%66
%0
%19

Triadic Colors of #a546ce

#a546ce #cea546 #46cea5

Analogous Colors of #a546ce

#a546ce #ce46b3 #6146ce

Monochromatic Colors of #a546ce

#a546ce

Complementary Color

#a546ce #6fce46

#a546ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546ce Color CSS Codes

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

#a546ce Text Font Color

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

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


#a546ce Background Color

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

This div background color is #a546ce


#a546ce Border Color

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

This div border color is #a546ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,70,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546ce


Comments

No comments written yet.

Please login to write comment.