Color Hex Logo

#a486cb Color Hex

#A486CB
(164,134,203)
0 Favorites   0 Comments

Color spaces of #a486cb

RGB 164134203
HSL0.740.400.66
HSV266°34°80°
CMYK 0.190.340.00   0.20
XYZ34.614429.254560.3222
Yxy29.25450.27870.2356
Hunter Lab54.087419.5819-28.2633
CIE-Lab61.005625.1407-31.4932

#a486cb color RGB value is (164,134,203).

#a486cb hex color red value is 164, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a486cb hue: 0.74 , saturation: 0.40 and the lightness value of a486cb is 0.66.

The process color (four color CMYK) of #a486cb color hex is 0.19, 0.34, 0.00, 0.20. Web safe color of #a486cb is #9999cc. Color #a486cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 11001011
Octal 244 206 313
Decimal 164 134 203
Hex A4 86 CB

RGB Percentages of Color #a486cb

%32.73
%26.75
%40.52

CMYK Percentages of Color #a486cb

%19
%34
%0
%20

Triadic Colors of #a486cb

#a486cb #cba486 #86cba4

Analogous Colors of #a486cb

#a486cb #c786cb #868bcb

Monochromatic Colors of #a486cb

#a486cb

Complementary Color

#a486cb #adcb86

#a486cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a486cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a486cb Color CSS Codes

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

#a486cb Text Font Color

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

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


#a486cb Background Color

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

This div background color is #a486cb


#a486cb Border Color

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

This div border color is #a486cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a486cb


Comments

No comments written yet.

Please login to write comment.