Color Hex Logo

#a182cb Color Hex

#A182CB
(161,130,203)
0 Favorites   0 Comments

Color spaces of #a182cb

RGB 161130203
HSL0.740.410.65
HSV265°36°80°
CMYK 0.210.360.00   0.20
XYZ33.460127.854160.1128
Yxy27.85410.27560.2294
Hunter Lab52.777020.8076-30.5872
CIE-Lab59.756726.5099-33.4562

#a182cb color RGB value is (161,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 11001011
Octal 241 202 313
Decimal 161 130 203
Hex A1 82 CB

RGB Percentages of Color #a182cb

%32.59
%26.32
%41.09

CMYK Percentages of Color #a182cb

%21
%36
%0
%20

Triadic Colors of #a182cb

#a182cb #cba182 #82cba1

Analogous Colors of #a182cb

#a182cb #c682cb #8288cb

Monochromatic Colors of #a182cb

#a182cb

Complementary Color

#a182cb #accb82

#a182cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a182cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a182cb Color CSS Codes

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

#a182cb Text Font Color

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

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


#a182cb Background Color

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

This div background color is #a182cb


#a182cb Border Color

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

This div border color is #a182cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a182cb


Comments

No comments written yet.

Please login to write comment.