Color Hex Logo

#a149cb Color Hex

#A149CB
(161,73,203)
0 Favorites   0 Comments

Color spaces of #a149cb

RGB 16173203
HSL0.780.560.54
HSV281°64°80°
CMYK 0.210.640.00   0.20
XYZ27.860016.654058.2461
Yxy16.65400.27110.1621
Hunter Lab40.809350.4434-56.0566
CIE-Lab47.821157.0464-52.3186

#a149cb color RGB value is (161,73,203).

#a149cb hex color red value is 161, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a149cb hue: 0.78 , saturation: 0.56 and the lightness value of a149cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 11001011
Octal 241 111 313
Decimal 161 73 203
Hex A1 49 CB

RGB Percentages of Color #a149cb

%36.84
%16.70
%46.45

CMYK Percentages of Color #a149cb

%21
%64
%0
%20

Triadic Colors of #a149cb

#a149cb #cba149 #49cba1

Analogous Colors of #a149cb

#a149cb #cb49b4 #6049cb

Monochromatic Colors of #a149cb

#a149cb

Complementary Color

#a149cb #73cb49

#a149cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149cb Color CSS Codes

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

#a149cb Text Font Color

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

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


#a149cb Background Color

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

This div background color is #a149cb


#a149cb Border Color

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

This div border color is #a149cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149cb


Comments

No comments written yet.

Please login to write comment.