Color Hex Logo

#a54ecf Color Hex

#A54ECF
(165,78,207)
0 Favorites   0 Comments

Color spaces of #a54ecf

RGB 16578207
HSL0.780.570.56
HSV280°62°81°
CMYK 0.200.620.00   0.19
XYZ29.503917.953160.9418
Yxy17.95310.27220.1656
Hunter Lab42.371150.1439-55.6163
CIE-Lab49.439256.4801-51.9958

#a54ecf color RGB value is (165,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001110 11001111
Octal 245 116 317
Decimal 165 78 207
Hex A5 4E CF

RGB Percentages of Color #a54ecf

%36.67
%17.33
%46.00

CMYK Percentages of Color #a54ecf

%20
%62
%0
%19

Triadic Colors of #a54ecf

#a54ecf #cfa54e #4ecfa5

Analogous Colors of #a54ecf

#a54ecf #cf4eb9 #654ecf

Monochromatic Colors of #a54ecf

#a54ecf

Complementary Color

#a54ecf #78cf4e

#a54ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54ecf Color CSS Codes

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

#a54ecf Text Font Color

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

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


#a54ecf Background Color

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

This div background color is #a54ecf


#a54ecf Border Color

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

This div border color is #a54ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54ecf


Comments

No comments written yet.

Please login to write comment.