Color Hex Logo

#a13cda Color Hex

#A13CDA
(161,60,218)
0 Favorites   0 Comments

Color spaces of #a13cda

RGB 16160218
HSL0.770.680.55
HSV278°72°85°
CMYK 0.260.720.00   0.15
XYZ28.968715.870767.8662
Yxy15.87070.25700.1408
Hunter Lab39.838060.0818-73.1170
CIE-Lab46.804465.7773-62.5585

#a13cda color RGB value is (161,60,218).

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

The process color (four color CMYK) of #a13cda color hex is 0.26, 0.72, 0.00, 0.15. Web safe color of #a13cda is #9933cc. Color #a13cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 11011010
Octal 241 74 332
Decimal 161 60 218
Hex A1 3C DA

RGB Percentages of Color #a13cda

%36.67
%13.67
%49.66

CMYK Percentages of Color #a13cda

%26
%72
%0
%15

Triadic Colors of #a13cda

#a13cda #daa13c #3cdaa1

Analogous Colors of #a13cda

#a13cda #da3cc4 #523cda

Monochromatic Colors of #a13cda

#a13cda

Complementary Color

#a13cda #75da3c

#a13cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cda Color CSS Codes

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

#a13cda Text Font Color

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

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


#a13cda Background Color

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

This div background color is #a13cda


#a13cda Border Color

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

This div border color is #a13cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cda


Comments

No comments written yet.

Please login to write comment.