Color Hex Logo

#a13cff Color Hex

#A13CFF
(161,60,255)
0 Favorites   0 Comments

Color spaces of #a13cff

RGB 16160255
HSL0.751.000.62
HSV271°76°100°
CMYK 0.370.760.00   0.00
XYZ34.363818.028896.2765
Yxy18.02880.23110.1213
Hunter Lab42.460370.1572-104.7146
CIE-Lab49.531073.7363-78.9781

#a13cff color RGB value is (161,60,255).

#a13cff hex color red value is 161, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a13cff hue: 0.75 , saturation: 1.00 and the lightness value of a13cff is 0.62.

The process color (four color CMYK) of #a13cff color hex is 0.37, 0.76, 0.00, 0.00. Web safe color of #a13cff is #9933ff. Color #a13cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 11111111
Octal 241 74 377
Decimal 161 60 255
Hex A1 3C FF

RGB Percentages of Color #a13cff

%33.82
%12.61
%53.57

CMYK Percentages of Color #a13cff

%37
%76
%0
%0

Triadic Colors of #a13cff

#a13cff #ffa13c #3cffa1

Analogous Colors of #a13cff

#a13cff #ff3cfc #3f3cff

Monochromatic Colors of #a13cff

#a13cff

Complementary Color

#a13cff #9aff3c

#a13cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cff Color CSS Codes

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

#a13cff Text Font Color

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

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


#a13cff Background Color

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

This div background color is #a13cff


#a13cff Border Color

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

This div border color is #a13cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,60,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cff

Related Colors


Comments

No comments written yet.

Please login to write comment.