Color Hex Logo

#a684cb Color Hex

#A684CB
(166,132,203)
0 Favorites   0 Comments

Color spaces of #a684cb

RGB 166132203
HSL0.750.410.66
HSV269°35°80°
CMYK 0.180.350.00   0.20
XYZ34.756628.921360.2504
Yxy28.92130.28050.2334
Hunter Lab53.778521.2506-28.7802
CIE-Lab60.712126.8940-31.9340

#a684cb color RGB value is (166,132,203).

#a684cb hex color red value is 166, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a684cb hue: 0.75 , saturation: 0.41 and the lightness value of a684cb is 0.66.

The process color (four color CMYK) of #a684cb color hex is 0.18, 0.35, 0.00, 0.20. Web safe color of #a684cb is #9999cc. Color #a684cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 11001011
Octal 246 204 313
Decimal 166 132 203
Hex A6 84 CB

RGB Percentages of Color #a684cb

%33.13
%26.35
%40.52

CMYK Percentages of Color #a684cb

%18
%35
%0
%20

Triadic Colors of #a684cb

#a684cb #cba684 #84cba6

Analogous Colors of #a684cb

#a684cb #ca84cb #8486cb

Monochromatic Colors of #a684cb

#a684cb

Complementary Color

#a684cb #a9cb84

#a684cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a684cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a684cb Color CSS Codes

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

#a684cb Text Font Color

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

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


#a684cb Background Color

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

This div background color is #a684cb


#a684cb Border Color

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

This div border color is #a684cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a684cb


Comments

No comments written yet.

Please login to write comment.