Color Hex Logo

#a52dbd Color Hex

#A52DBD
(165,45,189)
0 Favorites   0 Comments

Color spaces of #a52dbd

RGB 16545189
HSL0.810.620.46
HSV290°76°74°
CMYK 0.130.760.00   0.26
XYZ25.640713.550249.4082
Yxy13.55020.28940.1529
Hunter Lab36.810659.9170-53.8133
CIE-Lab43.580866.2589-50.9635

#a52dbd color RGB value is (165,45,189).

#a52dbd hex color red value is 165, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a52dbd hue: 0.81 , saturation: 0.62 and the lightness value of a52dbd is 0.46.

The process color (four color CMYK) of #a52dbd color hex is 0.13, 0.76, 0.00, 0.26. Web safe color of #a52dbd is #9933cc. Color #a52dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101101 10111101
Octal 245 55 275
Decimal 165 45 189
Hex A5 2D BD

RGB Percentages of Color #a52dbd

%41.35
%11.28
%47.37

CMYK Percentages of Color #a52dbd

%13
%76
%0
%26

Triadic Colors of #a52dbd

#a52dbd #bda52d #2dbda5

Analogous Colors of #a52dbd

#a52dbd #bd2d8d #5d2dbd

Monochromatic Colors of #a52dbd

#a52dbd

Complementary Color

#a52dbd #45bd2d

#a52dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52dbd Color CSS Codes

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

#a52dbd Text Font Color

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

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


#a52dbd Background Color

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

This div background color is #a52dbd


#a52dbd Border Color

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

This div border color is #a52dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,45,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a52dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52dbd


Comments

No comments written yet.

Please login to write comment.