Color Hex Logo

#a53fde Color Hex

#A53FDE
(165,63,222)
0 Favorites   0 Comments

Color spaces of #a53fde

RGB 16563222
HSL0.770.710.56
HSV278°72°87°
CMYK 0.260.720.00   0.13
XYZ30.479416.828370.7490
Yxy16.82830.25820.1425
Hunter Lab41.022360.8357-73.5387
CIE-Lab48.043066.1890-62.8086

#a53fde color RGB value is (165,63,222).

#a53fde hex color red value is 165, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a53fde hue: 0.77 , saturation: 0.71 and the lightness value of a53fde is 0.56.

The process color (four color CMYK) of #a53fde color hex is 0.26, 0.72, 0.00, 0.13. Web safe color of #a53fde is #9933cc. Color #a53fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111111 11011110
Octal 245 77 336
Decimal 165 63 222
Hex A5 3F DE

RGB Percentages of Color #a53fde

%36.67
%14.00
%49.33

CMYK Percentages of Color #a53fde

%26
%72
%0
%13

Triadic Colors of #a53fde

#a53fde #dea53f #3fdea5

Analogous Colors of #a53fde

#a53fde #de3fc8 #563fde

Monochromatic Colors of #a53fde

#a53fde

Complementary Color

#a53fde #78de3f

#a53fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53fde Color CSS Codes

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

#a53fde Text Font Color

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

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


#a53fde Background Color

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

This div background color is #a53fde


#a53fde Border Color

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

This div border color is #a53fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53fde


Comments

No comments written yet.

Please login to write comment.