Color Hex Logo

#a506da Color Hex

#A506DA
(165,6,218)
0 Favorites   0 Comments

Color spaces of #a506da

RGB 1656218
HSL0.790.950.44
HSV285°97°85°
CMYK 0.240.970.00   0.15
XYZ28.237113.191567.3876
Yxy13.19150.25950.1212
Hunter Lab36.320175.2148-84.5814
CIE-Lab43.050479.1016-68.6284

#a506da color RGB value is (165,6,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 11011010
Octal 245 6 332
Decimal 165 6 218
Hex A5 6 DA

RGB Percentages of Color #a506da

%42.42
%1.54
%56.04

CMYK Percentages of Color #a506da

%24
%97
%0
%15

Triadic Colors of #a506da

#a506da #daa506 #06daa5

Analogous Colors of #a506da

#a506da #da06a5 #3b06da

Monochromatic Colors of #a506da

#a506da

Complementary Color

#a506da #3bda06

#a506da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a506da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a506da Color CSS Codes

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

#a506da Text Font Color

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

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


#a506da Background Color

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

This div background color is #a506da


#a506da Border Color

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

This div border color is #a506da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a506da


Comments

No comments written yet.

Please login to write comment.