Color Hex Logo

#a542da Color Hex

#A542DA
(165,66,218)
0 Favorites   0 Comments

Color spaces of #a542da

RGB 16566218
HSL0.780.670.56
HSV279°70°85°
CMYK 0.240.700.00   0.15
XYZ30.120216.957768.0153
Yxy16.95770.26170.1473
Hunter Lab41.179758.4962-69.1017
CIE-Lab48.206764.1335-60.2658

#a542da color RGB value is (165,66,218).

#a542da hex color red value is 165, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a542da hue: 0.78 , saturation: 0.67 and the lightness value of a542da is 0.56.

The process color (four color CMYK) of #a542da color hex is 0.24, 0.70, 0.00, 0.15. Web safe color of #a542da is #9933cc. Color #a542da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 11011010
Octal 245 102 332
Decimal 165 66 218
Hex A5 42 DA

RGB Percentages of Color #a542da

%36.75
%14.70
%48.55

CMYK Percentages of Color #a542da

%24
%70
%0
%15

Triadic Colors of #a542da

#a542da #daa542 #42daa5

Analogous Colors of #a542da

#a542da #da42c3 #5942da

Monochromatic Colors of #a542da

#a542da

Complementary Color

#a542da #77da42

#a542da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a542da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a542da Color CSS Codes

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

#a542da Text Font Color

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

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


#a542da Background Color

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

This div background color is #a542da


#a542da Border Color

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

This div border color is #a542da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a542da


Comments

No comments written yet.

Please login to write comment.