Color Hex Logo

#a136dd Color Hex

#A136DD
(161,54,221)
0 Favorites   0 Comments

Color spaces of #a136dd

RGB 16154221
HSL0.770.710.54
HSV278°76°87°
CMYK 0.270.760.00   0.13
XYZ29.068315.435969.8540
Yxy15.43590.25420.1350
Hunter Lab39.288563.3113-77.9141
CIE-Lab46.225568.6576-65.2085

#a136dd color RGB value is (161,54,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 11011101
Octal 241 66 335
Decimal 161 54 221
Hex A1 36 DD

RGB Percentages of Color #a136dd

%36.93
%12.39
%50.69

CMYK Percentages of Color #a136dd

%27
%76
%0
%13

Triadic Colors of #a136dd

#a136dd #dda136 #36dda1

Analogous Colors of #a136dd

#a136dd #dd36c6 #4d36dd

Monochromatic Colors of #a136dd

#a136dd

Complementary Color

#a136dd #72dd36

#a136dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a136dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a136dd Color CSS Codes

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

#a136dd Text Font Color

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

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


#a136dd Background Color

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

This div background color is #a136dd


#a136dd Border Color

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

This div border color is #a136dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,54,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 #a136dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a136dd


Comments

No comments written yet.

Please login to write comment.