Color Hex Logo

#a139ca Color Hex

#A139CA
(161,57,202)
0 Favorites   0 Comments

Color spaces of #a139ca

RGB 16157202
HSL0.790.580.51
HSV283°72°79°
CMYK 0.200.720.00   0.21
XYZ26.821714.767657.3139
Yxy14.76760.27120.1493
Hunter Lab38.428657.3360-61.5273
CIE-Lab45.314263.6733-55.7700

#a139ca color RGB value is (161,57,202).

#a139ca hex color red value is 161, green value is 57 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a139ca hue: 0.79 , saturation: 0.58 and the lightness value of a139ca is 0.51.

The process color (four color CMYK) of #a139ca color hex is 0.20, 0.72, 0.00, 0.21. Web safe color of #a139ca is #9933cc. Color #a139ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111001 11001010
Octal 241 71 312
Decimal 161 57 202
Hex A1 39 CA

RGB Percentages of Color #a139ca

%38.33
%13.57
%48.10

CMYK Percentages of Color #a139ca

%20
%72
%0
%21

Triadic Colors of #a139ca

#a139ca #caa139 #39caa1

Analogous Colors of #a139ca

#a139ca #ca39ab #5839ca

Monochromatic Colors of #a139ca

#a139ca

Complementary Color

#a139ca #62ca39

#a139ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a139ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a139ca Color CSS Codes

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

#a139ca Text Font Color

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

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


#a139ca Background Color

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

This div background color is #a139ca


#a139ca Border Color

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

This div border color is #a139ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a139ca

#a139ca Color Palettes


Comments

No comments written yet.

Please login to write comment.