Color Hex Logo

#a54dbd Color Hex

#A54DBD
(165,77,189)
0 Favorites   0 Comments

Color spaces of #a54dbd

RGB 16577189
HSL0.800.460.52
HSV287°59°74°
CMYK 0.130.590.00   0.26
XYZ27.356216.981249.9800
Yxy16.98120.29000.1800
Hunter Lab41.208346.3832-43.0649
CIE-Lab48.236353.2422-43.5274

#a54dbd color RGB value is (165,77,189).

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

The process color (four color CMYK) of #a54dbd color hex is 0.13, 0.59, 0.00, 0.26. Web safe color of #a54dbd is #9966cc. Color #a54dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001101 10111101
Octal 245 115 275
Decimal 165 77 189
Hex A5 4D BD

RGB Percentages of Color #a54dbd

%38.28
%17.87
%43.85

CMYK Percentages of Color #a54dbd

%13
%59
%0
%26

Triadic Colors of #a54dbd

#a54dbd #bda54d #4dbda5

Analogous Colors of #a54dbd

#a54dbd #bd4d9d #6d4dbd

Monochromatic Colors of #a54dbd

#a54dbd

Complementary Color

#a54dbd #65bd4d

#a54dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54dbd Color CSS Codes

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

#a54dbd Text Font Color

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

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


#a54dbd Background Color

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

This div background color is #a54dbd


#a54dbd Border Color

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

This div border color is #a54dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54dbd


Comments

No comments written yet.

Please login to write comment.