Color Hex Logo

#a13fdd Color Hex

#A13FDD
(161,63,221)
0 Favorites   0 Comments

Color spaces of #a13fdd

RGB 16163221
HSL0.770.700.56
HSV277°71°87°
CMYK 0.270.710.00   0.13
XYZ29.526616.352570.0067
Yxy16.35250.25480.1411
Hunter Lab40.438259.5677-74.3362
CIE-Lab47.433665.2116-63.2512

#a13fdd color RGB value is (161,63,221).

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

The process color (four color CMYK) of #a13fdd color hex is 0.27, 0.71, 0.00, 0.13. Web safe color of #a13fdd is #9933cc. Color #a13fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 11011101
Octal 241 77 335
Decimal 161 63 221
Hex A1 3F DD

RGB Percentages of Color #a13fdd

%36.18
%14.16
%49.66

CMYK Percentages of Color #a13fdd

%27
%71
%0
%13

Triadic Colors of #a13fdd

#a13fdd #dda13f #3fdda1

Analogous Colors of #a13fdd

#a13fdd #dd3fca #523fdd

Monochromatic Colors of #a13fdd

#a13fdd

Complementary Color

#a13fdd #7bdd3f

#a13fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13fdd Color CSS Codes

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

#a13fdd Text Font Color

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

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


#a13fdd Background Color

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

This div background color is #a13fdd


#a13fdd Border Color

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

This div border color is #a13fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13fdd


Comments

No comments written yet.

Please login to write comment.