Color Hex Logo

#a453df Color Hex

#A453DF
(164,83,223)
0 Favorites   0 Comments

Color spaces of #a453df

RGB 16483223
HSL0.760.690.60
HSV275°63°87°
CMYK 0.260.630.00   0.13
XYZ31.722419.406771.8860
Yxy19.40670.25790.1578
Hunter Lab44.053051.4443-65.9126
CIE-Lab51.159757.3454-58.3580

#a453df color RGB value is (164,83,223).

#a453df hex color red value is 164, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a453df hue: 0.76 , saturation: 0.69 and the lightness value of a453df is 0.60.

The process color (four color CMYK) of #a453df color hex is 0.26, 0.63, 0.00, 0.13. Web safe color of #a453df is #9966cc. Color #a453df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 11011111
Octal 244 123 337
Decimal 164 83 223
Hex A4 53 DF

RGB Percentages of Color #a453df

%34.89
%17.66
%47.45

CMYK Percentages of Color #a453df

%26
%63
%0
%13

Triadic Colors of #a453df

#a453df #dfa453 #53dfa4

Analogous Colors of #a453df

#a453df #df53d4 #5e53df

Monochromatic Colors of #a453df

#a453df

Complementary Color

#a453df #8edf53

#a453df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a453df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a453df Color CSS Codes

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

#a453df Text Font Color

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

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


#a453df Background Color

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

This div background color is #a453df


#a453df Border Color

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

This div border color is #a453df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a453df


Comments

No comments written yet.

Please login to write comment.