color codes Logo

#a137ff color codes

#A137FF
(161,55,255)
0 Favorites   0 Comments

Color spaces of #a137ff

RGB 16155255
HSL0.761.000.61
HSV272°78°100°
CMYK 0.370.780.00   0.00
XYZ34.114117.529496.1932
Yxy17.52940.23080.1186
Hunter Lab41.868172.1724-106.9128
CIE-Lab48.920375.5039-79.9758

#a137ff color RGB value is (161,55,255).

#a137ff hex color red value is 161, green value is 55 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a137ff hue: 0.76 , saturation: 1.00 and the lightness value of a137ff is 0.61.

The process color (four color CMYK) of #a137ff color code is 0.37, 0.78, 0.00, 0.00. Web safe color of #a137ff is #9933ff. Color #a137ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110111 11111111
Octal 241 67 377
Decimal 161 55 255
Hex A1 37 FF

RGB Percentages of Color #a137ff

%34.18
%11.68
%54.14

CMYK Percentages of Color #a137ff

%37
%78
%0
%0

Triadic Colors of #a137ff

#a137ff #ffa137 #37ffa1

Analogous Colors of #a137ff

#a137ff #ff37f9 #3d37ff

Monochromatic Colors of #a137ff

#a137ff

Complementary Color

#a137ff #95ff37

#a137ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a137ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a137ff Color CSS Codes

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

#a137ff Text Font Color

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

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


#a137ff Background Color

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

This div background color is #a137ff


#a137ff Border Color

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

This div border color is #a137ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a137ff

Related Colors


Comments

No comments written yet.

Please login to write comment.