Color Hex Logo

#a139cd Color Hex

#A139CD
(161,57,205)
0 Favorites   0 Comments

Color spaces of #a139cd

RGB 16157205
HSL0.780.600.51
HSV282°72°80°
CMYK 0.210.720.00   0.20
XYZ27.180514.911159.2032
Yxy14.91110.26830.1472
Hunter Lab38.614958.0677-63.8712
CIE-Lab45.512264.2760-57.1839

#a139cd color RGB value is (161,57,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111001 11001101
Octal 241 71 315
Decimal 161 57 205
Hex A1 39 CD

RGB Percentages of Color #a139cd

%38.06
%13.48
%48.46

CMYK Percentages of Color #a139cd

%21
%72
%0
%20

Triadic Colors of #a139cd

#a139cd #cda139 #39cda1

Analogous Colors of #a139cd

#a139cd #cd39af #5739cd

Monochromatic Colors of #a139cd

#a139cd

Complementary Color

#a139cd #65cd39

#a139cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a139cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a139cd Color CSS Codes

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

#a139cd Text Font Color

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

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


#a139cd Background Color

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

This div background color is #a139cd


#a139cd Border Color

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

This div border color is #a139cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a139cd


Comments

No comments written yet.

Please login to write comment.