Color Hex Logo

#a543dc Color Hex

#A543DC
(165,67,220)
0 Favorites   0 Comments

Color spaces of #a543dc

RGB 16567220
HSL0.770.690.56
HSV278°70°86°
CMYK 0.250.700.00   0.14
XYZ30.442517.180969.4219
Yxy17.18090.26010.1468
Hunter Lab41.449858.5606-70.2864
CIE-Lab48.487264.1362-60.9527

#a543dc color RGB value is (165,67,220).

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

The process color (four color CMYK) of #a543dc color hex is 0.25, 0.70, 0.00, 0.14. Web safe color of #a543dc is #9933cc. Color #a543dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 11011100
Octal 245 103 334
Decimal 165 67 220
Hex A5 43 DC

RGB Percentages of Color #a543dc

%36.50
%14.82
%48.67

CMYK Percentages of Color #a543dc

%25
%70
%0
%14

Triadic Colors of #a543dc

#a543dc #dca543 #43dca5

Analogous Colors of #a543dc

#a543dc #dc43c7 #5943dc

Monochromatic Colors of #a543dc

#a543dc

Complementary Color

#a543dc #7adc43

#a543dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a543dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a543dc Color CSS Codes

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

#a543dc Text Font Color

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

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


#a543dc Background Color

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

This div background color is #a543dc


#a543dc Border Color

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

This div border color is #a543dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a543dc


Comments

No comments written yet.

Please login to write comment.