Color Hex Logo

#a93edf Color Hex

#A93EDF
(169,62,223)
0 Favorites   0 Comments

Color spaces of #a93edf

RGB 16962223
HSL0.780.720.56
HSV280°72°87°
CMYK 0.240.720.00   0.13
XYZ31.404117.208071.4783
Yxy17.20800.26150.1433
Hunter Lab41.482562.5379-73.1245
CIE-Lab48.521167.5548-62.5775

#a93edf color RGB value is (169,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111110 11011111
Octal 251 76 337
Decimal 169 62 223
Hex A9 3E DF

RGB Percentages of Color #a93edf

%37.22
%13.66
%49.12

CMYK Percentages of Color #a93edf

%24
%72
%0
%13

Triadic Colors of #a93edf

#a93edf #dfa93e #3edfa9

Analogous Colors of #a93edf

#a93edf #df3ec5 #593edf

Monochromatic Colors of #a93edf

#a93edf

Complementary Color

#a93edf #74df3e

#a93edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93edf Color CSS Codes

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

#a93edf Text Font Color

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

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


#a93edf Background Color

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

This div background color is #a93edf


#a93edf Border Color

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

This div border color is #a93edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93edf


Comments

No comments written yet.

Please login to write comment.