Color Hex Logo

#a181cb Color Hex

#A181CB
(161,129,203)
0 Favorites   0 Comments

Color spaces of #a181cb

RGB 161129203
HSL0.740.420.65
HSV266°36°80°
CMYK 0.210.360.00   0.20
XYZ33.327727.589460.0686
Yxy27.58940.27550.2280
Hunter Lab52.525621.3391-31.0365
CIE-Lab59.516027.0812-33.8310

#a181cb color RGB value is (161,129,203).

#a181cb hex color red value is 161, green value is 129 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a181cb hue: 0.74 , saturation: 0.42 and the lightness value of a181cb is 0.65.

The process color (four color CMYK) of #a181cb color hex is 0.21, 0.36, 0.00, 0.20. Web safe color of #a181cb is #9999cc. Color #a181cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000001 11001011
Octal 241 201 313
Decimal 161 129 203
Hex A1 81 CB

RGB Percentages of Color #a181cb

%32.66
%26.17
%41.18

CMYK Percentages of Color #a181cb

%21
%36
%0
%20

Triadic Colors of #a181cb

#a181cb #cba181 #81cba1

Analogous Colors of #a181cb

#a181cb #c681cb #8186cb

Monochromatic Colors of #a181cb

#a181cb

Complementary Color

#a181cb #abcb81

#a181cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a181cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a181cb Color CSS Codes

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

#a181cb Text Font Color

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

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


#a181cb Background Color

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

This div background color is #a181cb


#a181cb Border Color

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

This div border color is #a181cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a181cb


Comments

No comments written yet.

Please login to write comment.