Color Hex Logo

#a13fdf Color Hex

#A13FDF
(161,63,223)
0 Favorites   0 Comments

Color spaces of #a13fdf

RGB 16163223
HSL0.770.710.56
HSV277°72°87°
CMYK 0.280.720.00   0.13
XYZ29.794716.459871.4187
Yxy16.45980.25320.1399
Hunter Lab40.570760.0899-75.9718
CIE-Lab47.572065.6367-64.1654

#a13fdf color RGB value is (161,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 11011111
Octal 241 77 337
Decimal 161 63 223
Hex A1 3F DF

RGB Percentages of Color #a13fdf

%36.02
%14.09
%49.89

CMYK Percentages of Color #a13fdf

%28
%72
%0
%13

Triadic Colors of #a13fdf

#a13fdf #dfa13f #3fdfa1

Analogous Colors of #a13fdf

#a13fdf #df3fcd #513fdf

Monochromatic Colors of #a13fdf

#a13fdf

Complementary Color

#a13fdf #7ddf3f

#a13fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13fdf Color CSS Codes

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

#a13fdf Text Font Color

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

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


#a13fdf Background Color

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

This div background color is #a13fdf


#a13fdf Border Color

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

This div border color is #a13fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13fdf


Comments

No comments written yet.

Please login to write comment.