Color Hex Logo

#a536da Color Hex

#A536DA
(165,54,218)
0 Favorites   0 Comments

Color spaces of #a536da

RGB 16554218
HSL0.780.690.53
HSV281°75°85°
CMYK 0.240.750.00   0.15
XYZ29.491115.699667.8056
Yxy15.69960.26100.1389
Hunter Lab39.622763.5174-73.7259
CIE-Lab46.577968.7643-62.8982

#a536da color RGB value is (165,54,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 11011010
Octal 245 66 332
Decimal 165 54 218
Hex A5 36 DA

RGB Percentages of Color #a536da

%37.76
%12.36
%49.89

CMYK Percentages of Color #a536da

%24
%75
%0
%15

Triadic Colors of #a536da

#a536da #daa536 #36daa5

Analogous Colors of #a536da

#a536da #da36bd #5336da

Monochromatic Colors of #a536da

#a536da

Complementary Color

#a536da #6bda36

#a536da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a536da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a536da Color CSS Codes

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

#a536da Text Font Color

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

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


#a536da Background Color

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

This div background color is #a536da


#a536da Border Color

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

This div border color is #a536da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a536da


Comments

No comments written yet.

Please login to write comment.