Color Hex Logo

#a513da Color Hex

#A513DA
(165,19,218)
0 Favorites   0 Comments

Color spaces of #a513da

RGB 16519218
HSL0.790.840.46
HSV284°91°85°
CMYK 0.240.910.00   0.15
XYZ28.404813.527067.4435
Yxy13.52700.25970.1237
Hunter Lab36.779173.4938-82.9775
CIE-Lab43.546877.6210-67.8196

#a513da color RGB value is (165,19,218).

#a513da hex color red value is 165, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a513da hue: 0.79 , saturation: 0.84 and the lightness value of a513da is 0.46.

The process color (four color CMYK) of #a513da color hex is 0.24, 0.91, 0.00, 0.15. Web safe color of #a513da is #9900cc. Color #a513da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010011 11011010
Octal 245 23 332
Decimal 165 19 218
Hex A5 13 DA

RGB Percentages of Color #a513da

%41.04
%4.73
%54.23

CMYK Percentages of Color #a513da

%24
%91
%0
%15

Triadic Colors of #a513da

#a513da #daa513 #13daa5

Analogous Colors of #a513da

#a513da #da13ac #4213da

Monochromatic Colors of #a513da

#a513da

Complementary Color

#a513da #48da13

#a513da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a513da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a513da Color CSS Codes

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

#a513da Text Font Color

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

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


#a513da Background Color

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

This div background color is #a513da


#a513da Border Color

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

This div border color is #a513da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a513da


Comments

No comments written yet.

Please login to write comment.