color codes Logo

#a54ce5 color codes

#A54CE5
(165,76,229)
0 Favorites   0 Comments

Color spaces of #a54ce5

RGB 16576229
HSL0.760.750.60
HSV275°67°90°
CMYK 0.280.670.00   0.10
XYZ32.244318.825476.0629
Yxy18.82540.25360.1481
Hunter Lab43.388256.7242-73.5681
CIE-Lab50.482362.1567-62.8355

#a54ce5 color RGB value is (165,76,229).

#a54ce5 hex color red value is 165, green value is 76 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a54ce5 hue: 0.76 , saturation: 0.75 and the lightness value of a54ce5 is 0.60.

The process color (four color CMYK) of #a54ce5 color code is 0.28, 0.67, 0.00, 0.10. Web safe color of #a54ce5 is #9933cc. Color #a54ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 11100101
Octal 245 114 345
Decimal 165 76 229
Hex A5 4C E5

RGB Percentages of Color #a54ce5

%35.11
%16.17
%48.72

CMYK Percentages of Color #a54ce5

%28
%67
%0
%10

Triadic Colors of #a54ce5

#a54ce5 #e5a54c #4ce5a5

Analogous Colors of #a54ce5

#a54ce5 #e54cd9 #594ce5

Monochromatic Colors of #a54ce5

#a54ce5

Complementary Color

#a54ce5 #8ce54c

#a54ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54ce5 Color CSS Codes

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

#a54ce5 Text Font Color

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

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


#a54ce5 Background Color

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

This div background color is #a54ce5


#a54ce5 Border Color

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

This div border color is #a54ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54ce5


Comments

No comments written yet.

Please login to write comment.