Color Hex Logo

#a52bdb Color Hex

#A52BDB
(165,43,219)
0 Favorites   0 Comments

Color spaces of #a52bdb

RGB 16543219
HSL0.780.710.51
HSV282°80°86°
CMYK 0.250.800.00   0.14
XYZ29.167114.841668.3453
Yxy14.84160.25960.1321
Hunter Lab38.524867.7238-78.2167
CIE-Lab45.416572.5261-65.3525

#a52bdb color RGB value is (165,43,219).

#a52bdb hex color red value is 165, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a52bdb hue: 0.78 , saturation: 0.71 and the lightness value of a52bdb is 0.51.

The process color (four color CMYK) of #a52bdb color hex is 0.25, 0.80, 0.00, 0.14. Web safe color of #a52bdb is #9933cc. Color #a52bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 11011011
Octal 245 53 333
Decimal 165 43 219
Hex A5 2B DB

RGB Percentages of Color #a52bdb

%38.64
%10.07
%51.29

CMYK Percentages of Color #a52bdb

%25
%80
%0
%14

Triadic Colors of #a52bdb

#a52bdb #dba52b #2bdba5

Analogous Colors of #a52bdb

#a52bdb #db2bb9 #4d2bdb

Monochromatic Colors of #a52bdb

#a52bdb

Complementary Color

#a52bdb #61db2b

#a52bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52bdb Color CSS Codes

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

#a52bdb Text Font Color

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

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


#a52bdb Background Color

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

This div background color is #a52bdb


#a52bdb Border Color

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

This div border color is #a52bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52bdb


Comments

No comments written yet.

Please login to write comment.