Color Hex Logo

#a13fdc Color Hex

#A13FDC
(161,63,220)
0 Favorites   0 Comments

Color spaces of #a13fdc

RGB 16163220
HSL0.770.690.55
HSV277°71°86°
CMYK 0.270.710.00   0.14
XYZ29.393716.299469.3070
Yxy16.29940.25560.1417
Hunter Lab40.372559.3072-73.5217
CIE-Lab47.364964.9990-62.7927

#a13fdc color RGB value is (161,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 11011100
Octal 241 77 334
Decimal 161 63 220
Hex A1 3F DC

RGB Percentages of Color #a13fdc

%36.26
%14.19
%49.55

CMYK Percentages of Color #a13fdc

%27
%71
%0
%14

Triadic Colors of #a13fdc

#a13fdc #dca13f #3fdca1

Analogous Colors of #a13fdc

#a13fdc #dc3fc9 #533fdc

Monochromatic Colors of #a13fdc

#a13fdc

Complementary Color

#a13fdc #7adc3f

#a13fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13fdc Color CSS Codes

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

#a13fdc Text Font Color

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

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


#a13fdc Background Color

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

This div background color is #a13fdc


#a13fdc Border Color

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

This div border color is #a13fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13fdc


Comments

No comments written yet.

Please login to write comment.