Color Hex Logo

#a52dda Color Hex

#A52DDA
(165,45,218)
0 Favorites   0 Comments

Color spaces of #a52dda

RGB 16545218
HSL0.780.700.52
HSV282°79°85°
CMYK 0.240.790.00   0.15
XYZ29.110314.938167.6787
Yxy14.93810.26050.1337
Hunter Lab38.649866.8055-76.7662
CIE-Lab45.549371.7346-64.5650

#a52dda color RGB value is (165,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101101 11011010
Octal 245 55 332
Decimal 165 45 218
Hex A5 2D DA

RGB Percentages of Color #a52dda

%38.55
%10.51
%50.93

CMYK Percentages of Color #a52dda

%24
%79
%0
%15

Triadic Colors of #a52dda

#a52dda #daa52d #2ddaa5

Analogous Colors of #a52dda

#a52dda #da2db9 #4e2dda

Monochromatic Colors of #a52dda

#a52dda

Complementary Color

#a52dda #62da2d

#a52dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52dda Color CSS Codes

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

#a52dda Text Font Color

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

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


#a52dda Background Color

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

This div background color is #a52dda


#a52dda Border Color

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

This div border color is #a52dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52dda


Comments

No comments written yet.

Please login to write comment.