Color Hex Logo

#a54cdb Color Hex

#A54CDB
(165,76,219)
0 Favorites   0 Comments

Color spaces of #a54cdb

RGB 16576219
HSL0.770.670.58
HSV277°65°86°
CMYK 0.250.650.00   0.14
XYZ30.887718.282768.9188
Yxy18.28270.26160.1548
Hunter Lab42.758354.1178-65.6342
CIE-Lab49.837259.9766-58.2082

#a54cdb color RGB value is (165,76,219).

#a54cdb hex color red value is 165, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a54cdb hue: 0.77 , saturation: 0.67 and the lightness value of a54cdb is 0.58.

The process color (four color CMYK) of #a54cdb color hex is 0.25, 0.65, 0.00, 0.14. Web safe color of #a54cdb is #9933cc. Color #a54cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 11011011
Octal 245 114 333
Decimal 165 76 219
Hex A5 4C DB

RGB Percentages of Color #a54cdb

%35.87
%16.52
%47.61

CMYK Percentages of Color #a54cdb

%25
%65
%0
%14

Triadic Colors of #a54cdb

#a54cdb #dba54c #4cdba5

Analogous Colors of #a54cdb

#a54cdb #db4cca #5d4cdb

Monochromatic Colors of #a54cdb

#a54cdb

Complementary Color

#a54cdb #82db4c

#a54cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54cdb Color CSS Codes

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

#a54cdb Text Font Color

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

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


#a54cdb Background Color

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

This div background color is #a54cdb


#a54cdb Border Color

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

This div border color is #a54cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54cdb


Comments

No comments written yet.

Please login to write comment.