color codes Logo

#a043df color codes

#A043DF
(160,67,223)
0 Favorites   0 Comments

Color spaces of #a043df

RGB 16067223
HSL0.770.710.57
HSV276°70°87°
CMYK 0.280.700.00   0.13
XYZ29.823616.815671.4859
Yxy16.81560.25250.1424
Hunter Lab41.006858.0582-74.6536
CIE-Lab48.026863.7861-63.4357

#a043df color RGB value is (160,67,223).

#a043df hex color red value is 160, green value is 67 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a043df hue: 0.77 , saturation: 0.71 and the lightness value of a043df is 0.57.

The process color (four color CMYK) of #a043df color code is 0.28, 0.70, 0.00, 0.13. Web safe color of #a043df is #9933cc. Color #a043df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 11011111
Octal 240 103 337
Decimal 160 67 223
Hex A0 43 DF

RGB Percentages of Color #a043df

%35.56
%14.89
%49.56

CMYK Percentages of Color #a043df

%28
%70
%0
%13

Triadic Colors of #a043df

#a043df #dfa043 #43dfa0

Analogous Colors of #a043df

#a043df #df43d0 #5243df

Monochromatic Colors of #a043df

#a043df

Complementary Color

#a043df #82df43

#a043df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a043df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a043df Color CSS Codes

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

#a043df Text Font Color

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

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


#a043df Background Color

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

This div background color is #a043df


#a043df Border Color

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

This div border color is #a043df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a043df


Comments

No comments written yet.

Please login to write comment.