Color Hex Logo

#a54e9d Color Hex

#A54E9D
(165,78,157)
0 Favorites   0 Comments

Color spaces of #a54e9d

RGB 16578157
HSL0.850.360.48
HSV306°53°65°
CMYK 0.000.530.05   0.35
XYZ24.327215.882433.6817
Yxy15.88240.32920.2149
Hunter Lab39.852739.2190-22.2123
CIE-Lab46.819846.6841-26.9516

#a54e9d color RGB value is (165,78,157).

#a54e9d hex color red value is 165, green value is 78 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a54e9d hue: 0.85 , saturation: 0.36 and the lightness value of a54e9d is 0.48.

The process color (four color CMYK) of #a54e9d color hex is 0.00, 0.53, 0.05, 0.35. Web safe color of #a54e9d is #996699. Color #a54e9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001110 10011101
Octal 245 116 235
Decimal 165 78 157
Hex A5 4E 9D

RGB Percentages of Color #a54e9d

%41.25
%19.50
%39.25

CMYK Percentages of Color #a54e9d

%0
%53
%5
%35

Triadic Colors of #a54e9d

#a54e9d #9da54e #4e9da5

Analogous Colors of #a54e9d

#a54e9d #a54e72 #824ea5

Monochromatic Colors of #a54e9d

#a54e9d

Complementary Color

#a54e9d #4ea556

#a54e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54e9d Color CSS Codes

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

#a54e9d Text Font Color

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

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


#a54e9d Background Color

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

This div background color is #a54e9d


#a54e9d Border Color

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

This div border color is #a54e9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54e9d

#a54e9d Color Palettes


Comments

No comments written yet.

Please login to write comment.