color codes Logo

#a54dd4 color codes

#A54DD4
(165,77,212)
0 Favorites   0 Comments

Color spaces of #a54dd4

RGB 16577212
HSL0.780.610.57
HSV279°64°83°
CMYK 0.220.640.00   0.17
XYZ30.054618.060664.1893
Yxy18.06060.26760.1608
Hunter Lab42.497851.8649-59.8041
CIE-Lab49.569558.0116-54.6482

#a54dd4 color RGB value is (165,77,212).

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

The process color (four color CMYK) of #a54dd4 color code is 0.22, 0.64, 0.00, 0.17. Web safe color of #a54dd4 is #9966cc. Color #a54dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001101 11010100
Octal 245 115 324
Decimal 165 77 212
Hex A5 4D D4

RGB Percentages of Color #a54dd4

%36.34
%16.96
%46.70

CMYK Percentages of Color #a54dd4

%22
%64
%0
%17

Triadic Colors of #a54dd4

#a54dd4 #d4a54d #4dd4a5

Analogous Colors of #a54dd4

#a54dd4 #d44dc0 #614dd4

Monochromatic Colors of #a54dd4

#a54dd4

Complementary Color

#a54dd4 #7cd44d

#a54dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54dd4 Color CSS Codes

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

#a54dd4 Text Font Color

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

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


#a54dd4 Background Color

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

This div background color is #a54dd4


#a54dd4 Border Color

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

This div border color is #a54dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54dd4


Comments

No comments written yet.

Please login to write comment.