Color Hex Logo

#a13faf Color Hex

#A13FAF
(161,63,175)
0 Favorites   0 Comments

Color spaces of #a13faf

RGB 16163175
HSL0.810.470.47
HSV293°64°69°
CMYK 0.080.640.00   0.31
XYZ24.213314.227242.0274
Yxy14.22720.30090.1768
Hunter Lab37.719048.5781-39.6591
CIE-Lab44.557055.9413-41.2113

#a13faf color RGB value is (161,63,175).

#a13faf hex color red value is 161, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a13faf hue: 0.81 , saturation: 0.47 and the lightness value of a13faf is 0.47.

The process color (four color CMYK) of #a13faf color hex is 0.08, 0.64, 0.00, 0.31. Web safe color of #a13faf is #993399. Color #a13faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 10101111
Octal 241 77 257
Decimal 161 63 175
Hex A1 3F AF

RGB Percentages of Color #a13faf

%40.35
%15.79
%43.86

CMYK Percentages of Color #a13faf

%8
%64
%0
%31

Triadic Colors of #a13faf

#a13faf #afa13f #3fafa1

Analogous Colors of #a13faf

#a13faf #af3f85 #693faf

Monochromatic Colors of #a13faf

#a13faf

Complementary Color

#a13faf #4daf3f

#a13faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13faf Color CSS Codes

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

#a13faf Text Font Color

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

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


#a13faf Background Color

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

This div background color is #a13faf


#a13faf Border Color

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

This div border color is #a13faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13faf


Comments

No comments written yet.

Please login to write comment.