Color Hex Logo

#a54dd7 Color Hex

#A54DD7
(165,77,215)
0 Favorites   0 Comments

Color spaces of #a54dd7

RGB 16577215
HSL0.770.630.57
HSV278°64°84°
CMYK 0.230.640.00   0.16
XYZ30.436718.213466.2013
Yxy18.21340.26500.1586
Hunter Lab42.677252.6184-62.0973
CIE-Lab49.753958.6543-56.0645

#a54dd7 color RGB value is (165,77,215).

#a54dd7 hex color red value is 165, green value is 77 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a54dd7 hue: 0.77 , saturation: 0.63 and the lightness value of a54dd7 is 0.57.

The process color (four color CMYK) of #a54dd7 color hex is 0.23, 0.64, 0.00, 0.16. Web safe color of #a54dd7 is #9966cc. Color #a54dd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001101 11010111
Octal 245 115 327
Decimal 165 77 215
Hex A5 4D D7

RGB Percentages of Color #a54dd7

%36.11
%16.85
%47.05

CMYK Percentages of Color #a54dd7

%23
%64
%0
%16

Triadic Colors of #a54dd7

#a54dd7 #d7a54d #4dd7a5

Analogous Colors of #a54dd7

#a54dd7 #d74dc4 #604dd7

Monochromatic Colors of #a54dd7

#a54dd7

Complementary Color

#a54dd7 #7fd74d

#a54dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54dd7 Color CSS Codes

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

#a54dd7 Text Font Color

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

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


#a54dd7 Background Color

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

This div background color is #a54dd7


#a54dd7 Border Color

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

This div border color is #a54dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54dd7


Comments

No comments written yet.

Please login to write comment.