Color Hex Logo

#a546ef Color Hex

#A546EF
(165,70,239)
0 Favorites   0 Comments

Color spaces of #a546ef

RGB 16570239
HSL0.760.840.61
HSV274°71°94°
CMYK 0.310.710.00   0.06
XYZ33.287218.611683.4993
Yxy18.61160.24580.1375
Hunter Lab43.141262.2314-84.5564
CIE-Lab50.229766.9655-68.8755

#a546ef color RGB value is (165,70,239).

#a546ef hex color red value is 165, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a546ef hue: 0.76 , saturation: 0.84 and the lightness value of a546ef is 0.61.

The process color (four color CMYK) of #a546ef color hex is 0.31, 0.71, 0.00, 0.06. Web safe color of #a546ef is #9933ff. Color #a546ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 11101111
Octal 245 106 357
Decimal 165 70 239
Hex A5 46 EF

RGB Percentages of Color #a546ef

%34.81
%14.77
%50.42

CMYK Percentages of Color #a546ef

%31
%71
%0
%6

Triadic Colors of #a546ef

#a546ef #efa546 #46efa5

Analogous Colors of #a546ef

#a546ef #ef46e5 #5046ef

Monochromatic Colors of #a546ef

#a546ef

Complementary Color

#a546ef #90ef46

#a546ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546ef Color CSS Codes

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

#a546ef Text Font Color

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

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


#a546ef Background Color

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

This div background color is #a546ef


#a546ef Border Color

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

This div border color is #a546ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546ef


Comments

No comments written yet.

Please login to write comment.