Color Hex Logo

#a143df Color Hex

#A143DF
(161,67,223)
0 Favorites   0 Comments

Color spaces of #a143df

RGB 16167223
HSL0.770.710.57
HSV276°70°87°
CMYK 0.280.700.00   0.13
XYZ30.024416.919171.4953
Yxy16.91910.25350.1429
Hunter Lab41.132858.3114-74.2623
CIE-Lab48.157963.9819-63.2173

#a143df color RGB value is (161,67,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 11011111
Octal 241 103 337
Decimal 161 67 223
Hex A1 43 DF

RGB Percentages of Color #a143df

%35.70
%14.86
%49.45

CMYK Percentages of Color #a143df

%28
%70
%0
%13

Triadic Colors of #a143df

#a143df #dfa143 #43dfa1

Analogous Colors of #a143df

#a143df #df43cf #5343df

Monochromatic Colors of #a143df

#a143df

Complementary Color

#a143df #81df43

#a143df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143df Color CSS Codes

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

#a143df Text Font Color

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

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


#a143df Background Color

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

This div background color is #a143df


#a143df Border Color

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

This div border color is #a143df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,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 #a143df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143df


Comments

No comments written yet.

Please login to write comment.