Color Hex Logo

#a546be Color Hex

#A546BE
(165,70,190)
0 Favorites   0 Comments

Color spaces of #a546be

RGB 16570190
HSL0.800.480.51
HSV288°63°75°
CMYK 0.130.630.00   0.25
XYZ27.001516.097450.3992
Yxy16.09740.28880.1722
Hunter Lab40.121649.9164-46.3928
CIE-Lab47.102056.6986-45.9132

#a546be color RGB value is (165,70,190).

#a546be hex color red value is 165, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a546be hue: 0.80 , saturation: 0.48 and the lightness value of a546be is 0.51.

The process color (four color CMYK) of #a546be color hex is 0.13, 0.63, 0.00, 0.25. Web safe color of #a546be is #9933cc. Color #a546be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 10111110
Octal 245 106 276
Decimal 165 70 190
Hex A5 46 BE

RGB Percentages of Color #a546be

%38.82
%16.47
%44.71

CMYK Percentages of Color #a546be

%13
%63
%0
%25

Triadic Colors of #a546be

#a546be #bea546 #46bea5

Analogous Colors of #a546be

#a546be #be469b #6946be

Monochromatic Colors of #a546be

#a546be

Complementary Color

#a546be #5fbe46

#a546be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546be Color CSS Codes

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

#a546be Text Font Color

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

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


#a546be Background Color

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

This div background color is #a546be


#a546be Border Color

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

This div border color is #a546be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546be


Comments

No comments written yet.

Please login to write comment.