Color Hex Logo

#a345df Color Hex

#A345DF
(163,69,223)
0 Favorites   0 Comments

Color spaces of #a345df

RGB 16369223
HSL0.770.710.57
HSV277°69°87°
CMYK 0.270.690.00   0.13
XYZ30.551717.370571.5546
Yxy17.37050.25570.1454
Hunter Lab41.677957.9117-72.6173
CIE-Lab48.723563.5260-62.2902

#a345df color RGB value is (163,69,223).

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

The process color (four color CMYK) of #a345df color hex is 0.27, 0.69, 0.00, 0.13. Web safe color of #a345df is #9933cc. Color #a345df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000101 11011111
Octal 243 105 337
Decimal 163 69 223
Hex A3 45 DF

RGB Percentages of Color #a345df

%35.82
%15.16
%49.01

CMYK Percentages of Color #a345df

%27
%69
%0
%13

Triadic Colors of #a345df

#a345df #dfa345 #45dfa3

Analogous Colors of #a345df

#a345df #df45ce #5645df

Monochromatic Colors of #a345df

#a345df

Complementary Color

#a345df #81df45

#a345df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a345df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a345df Color CSS Codes

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

#a345df Text Font Color

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

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


#a345df Background Color

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

This div background color is #a345df


#a345df Border Color

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

This div border color is #a345df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a345df


Comments

No comments written yet.

Please login to write comment.