Color Hex Logo

#a13edf Color Hex

#A13EDF
(161,62,223)
0 Favorites   0 Comments

Color spaces of #a13edf

RGB 16162223
HSL0.770.720.56
HSV277°72°87°
CMYK 0.280.720.00   0.13
XYZ29.739816.350071.4004
Yxy16.35000.25310.1392
Hunter Lab40.435160.5242-76.3897
CIE-Lab47.430466.0386-64.3948

#a13edf color RGB value is (161,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111110 11011111
Octal 241 76 337
Decimal 161 62 223
Hex A1 3E DF

RGB Percentages of Color #a13edf

%36.10
%13.90
%50.00

CMYK Percentages of Color #a13edf

%28
%72
%0
%13

Triadic Colors of #a13edf

#a13edf #dfa13e #3edfa1

Analogous Colors of #a13edf

#a13edf #df3ecd #513edf

Monochromatic Colors of #a13edf

#a13edf

Complementary Color

#a13edf #7cdf3e

#a13edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13edf Color CSS Codes

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

#a13edf Text Font Color

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

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


#a13edf Background Color

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

This div background color is #a13edf


#a13edf Border Color

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

This div border color is #a13edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13edf


Comments

No comments written yet.

Please login to write comment.