Color Hex Logo

#a53edf Color Hex

#A53EDF
(165,62,223)
0 Favorites   0 Comments

Color spaces of #a53edf

RGB 16562223
HSL0.770.720.56
HSV278°72°87°
CMYK 0.260.720.00   0.13
XYZ30.559016.772371.4388
Yxy16.77230.25730.1412
Hunter Lab40.954061.5234-74.7557
CIE-Lab47.971866.7932-63.4923

#a53edf color RGB value is (165,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111110 11011111
Octal 245 76 337
Decimal 165 62 223
Hex A5 3E DF

RGB Percentages of Color #a53edf

%36.67
%13.78
%49.56

CMYK Percentages of Color #a53edf

%26
%72
%0
%13

Triadic Colors of #a53edf

#a53edf #dfa53e #3edfa5

Analogous Colors of #a53edf

#a53edf #df3ec9 #553edf

Monochromatic Colors of #a53edf

#a53edf

Complementary Color

#a53edf #78df3e

#a53edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53edf Color CSS Codes

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

#a53edf Text Font Color

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

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


#a53edf Background Color

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

This div background color is #a53edf


#a53edf Border Color

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

This div border color is #a53edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53edf


Comments

No comments written yet.

Please login to write comment.