Color Hex Logo

#a53ecf Color Hex

#A53ECF
(165,62,207)
0 Favorites   0 Comments

Color spaces of #a53ecf

RGB 16562207
HSL0.790.600.53
HSV283°70°81°
CMYK 0.200.700.00   0.19
XYZ28.502215.949660.6078
Yxy15.94960.27130.1518
Hunter Lab39.937057.5022-62.0219
CIE-Lab46.908363.5135-56.0577

#a53ecf color RGB value is (165,62,207).

#a53ecf hex color red value is 165, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a53ecf hue: 0.79 , saturation: 0.60 and the lightness value of a53ecf is 0.53.

The process color (four color CMYK) of #a53ecf color hex is 0.20, 0.70, 0.00, 0.19. Web safe color of #a53ecf is #9933cc. Color #a53ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111110 11001111
Octal 245 76 317
Decimal 165 62 207
Hex A5 3E CF

RGB Percentages of Color #a53ecf

%38.02
%14.29
%47.70

CMYK Percentages of Color #a53ecf

%20
%70
%0
%19

Triadic Colors of #a53ecf

#a53ecf #cfa53e #3ecfa5

Analogous Colors of #a53ecf

#a53ecf #cf3eb1 #5c3ecf

Monochromatic Colors of #a53ecf

#a53ecf

Complementary Color

#a53ecf #68cf3e

#a53ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53ecf Color CSS Codes

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

#a53ecf Text Font Color

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

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


#a53ecf Background Color

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

This div background color is #a53ecf


#a53ecf Border Color

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

This div border color is #a53ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,62,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 #a53ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53ecf


Comments

No comments written yet.

Please login to write comment.