Color Hex Logo

#a365da Color Hex

#A365DA
(163,101,218)
0 Favorites   0 Comments

Color spaces of #a365da

RGB 163101218
HSL0.750.610.63
HSV272°54°85°
CMYK 0.250.540.00   0.15
XYZ32.412822.155868.8978
Yxy22.15580.26250.1794
Hunter Lab47.069940.5443-53.8357
CIE-Lab54.191946.7734-50.6827

#a365da color RGB value is (163,101,218).

#a365da hex color red value is 163, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a365da hue: 0.75 , saturation: 0.61 and the lightness value of a365da is 0.63.

The process color (four color CMYK) of #a365da color hex is 0.25, 0.54, 0.00, 0.15. Web safe color of #a365da is #9966cc. Color #a365da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100101 11011010
Octal 243 145 332
Decimal 163 101 218
Hex A3 65 DA

RGB Percentages of Color #a365da

%33.82
%20.95
%45.23

CMYK Percentages of Color #a365da

%25
%54
%0
%15

Triadic Colors of #a365da

#a365da #daa365 #65daa3

Analogous Colors of #a365da

#a365da #da65d7 #6965da

Monochromatic Colors of #a365da

#a365da

Complementary Color

#a365da #9cda65

#a365da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a365da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a365da Color CSS Codes

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

#a365da Text Font Color

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

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


#a365da Background Color

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

This div background color is #a365da


#a365da Border Color

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

This div border color is #a365da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,101,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a365da


Comments

No comments written yet.

Please login to write comment.