Color Hex Logo

#a137dd Color Hex

#A137DD
(161,55,221)
0 Favorites   0 Comments

Color spaces of #a137dd

RGB 16155221
HSL0.770.710.54
HSV278°75°87°
CMYK 0.270.750.00   0.13
XYZ29.115315.529969.8696
Yxy15.52990.25420.1356
Hunter Lab39.408062.9149-77.5344
CIE-Lab46.351668.2957-65.0040

#a137dd color RGB value is (161,55,221).

#a137dd hex color red value is 161, green value is 55 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a137dd hue: 0.77 , saturation: 0.71 and the lightness value of a137dd is 0.54.

The process color (four color CMYK) of #a137dd color hex is 0.27, 0.75, 0.00, 0.13. Web safe color of #a137dd is #9933cc. Color #a137dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110111 11011101
Octal 241 67 335
Decimal 161 55 221
Hex A1 37 DD

RGB Percentages of Color #a137dd

%36.84
%12.59
%50.57

CMYK Percentages of Color #a137dd

%27
%75
%0
%13

Triadic Colors of #a137dd

#a137dd #dda137 #37dda1

Analogous Colors of #a137dd

#a137dd #dd37c6 #4e37dd

Monochromatic Colors of #a137dd

#a137dd

Complementary Color

#a137dd #73dd37

#a137dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a137dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a137dd Color CSS Codes

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

#a137dd Text Font Color

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

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


#a137dd Background Color

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

This div background color is #a137dd


#a137dd Border Color

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

This div border color is #a137dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a137dd


Comments

No comments written yet.

Please login to write comment.