Color Hex Logo

#a136cb Color Hex

#A136CB
(161,54,203)
0 Favorites   0 Comments

Color spaces of #a136cb

RGB 16154203
HSL0.790.590.50
HSV283°73°80°
CMYK 0.210.730.00   0.20
XYZ26.796614.527257.8916
Yxy14.52720.27010.1464
Hunter Lab38.114658.7947-63.3744
CIE-Lab44.979765.0129-56.8875

#a136cb color RGB value is (161,54,203).

#a136cb hex color red value is 161, green value is 54 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a136cb hue: 0.79 , saturation: 0.59 and the lightness value of a136cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 11001011
Octal 241 66 313
Decimal 161 54 203
Hex A1 36 CB

RGB Percentages of Color #a136cb

%38.52
%12.92
%48.56

CMYK Percentages of Color #a136cb

%21
%73
%0
%20

Triadic Colors of #a136cb

#a136cb #cba136 #36cba1

Analogous Colors of #a136cb

#a136cb #cb36ab #5636cb

Monochromatic Colors of #a136cb

#a136cb

Complementary Color

#a136cb #60cb36

#a136cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a136cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a136cb Color CSS Codes

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

#a136cb Text Font Color

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

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


#a136cb Background Color

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

This div background color is #a136cb


#a136cb Border Color

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

This div border color is #a136cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a136cb


Comments

No comments written yet.

Please login to write comment.