Color Hex Logo

#a546dd Color Hex

#A546DD
(165,70,221)
0 Favorites   0 Comments

Color spaces of #a546dd

RGB 16570221
HSL0.770.690.57
HSV278°68°87°
CMYK 0.250.680.00   0.13
XYZ30.758417.600170.1826
Yxy17.60010.25950.1485
Hunter Lab41.952557.4545-69.8199
CIE-Lab49.007463.0729-60.6822

#a546dd color RGB value is (165,70,221).

#a546dd hex color red value is 165, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a546dd hue: 0.77 , saturation: 0.69 and the lightness value of a546dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 11011101
Octal 245 106 335
Decimal 165 70 221
Hex A5 46 DD

RGB Percentages of Color #a546dd

%36.18
%15.35
%48.46

CMYK Percentages of Color #a546dd

%25
%68
%0
%13

Triadic Colors of #a546dd

#a546dd #dda546 #46dda5

Analogous Colors of #a546dd

#a546dd #dd46ca #5a46dd

Monochromatic Colors of #a546dd

#a546dd

Complementary Color

#a546dd #7edd46

#a546dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546dd Color CSS Codes

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

#a546dd Text Font Color

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

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


#a546dd Background Color

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

This div background color is #a546dd


#a546dd Border Color

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

This div border color is #a546dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546dd


Comments

No comments written yet.

Please login to write comment.