Color Hex Logo

#a54ecb Color Hex

#A54ECB
(165,78,203)
0 Favorites   0 Comments

Color spaces of #a54ecb

RGB 16578203
HSL0.780.550.55
HSV282°62°80°
CMYK 0.190.620.00   0.20
XYZ29.020917.759958.3983
Yxy17.75990.27590.1689
Hunter Lab42.142549.1724-52.6604
CIE-Lab49.203655.6379-50.0763

#a54ecb color RGB value is (165,78,203).

#a54ecb hex color red value is 165, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a54ecb hue: 0.78 , saturation: 0.55 and the lightness value of a54ecb is 0.55.

The process color (four color CMYK) of #a54ecb color hex is 0.19, 0.62, 0.00, 0.20. Web safe color of #a54ecb is #9966cc. Color #a54ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001110 11001011
Octal 245 116 313
Decimal 165 78 203
Hex A5 4E CB

RGB Percentages of Color #a54ecb

%37.00
%17.49
%45.52

CMYK Percentages of Color #a54ecb

%19
%62
%0
%20

Triadic Colors of #a54ecb

#a54ecb #cba54e #4ecba5

Analogous Colors of #a54ecb

#a54ecb #cb4eb3 #674ecb

Monochromatic Colors of #a54ecb

#a54ecb

Complementary Color

#a54ecb #74cb4e

#a54ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54ecb Color CSS Codes

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

#a54ecb Text Font Color

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

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


#a54ecb Background Color

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

This div background color is #a54ecb


#a54ecb Border Color

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

This div border color is #a54ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54ecb


Comments

No comments written yet.

Please login to write comment.