Color Hex Logo

#a385cb Color Hex

#A385CB
(163,133,203)
0 Favorites   0 Comments

Color spaces of #a385cb

RGB 163133203
HSL0.740.400.66
HSV266°34°80°
CMYK 0.200.340.00   0.20
XYZ34.271328.873460.2667
Yxy28.87340.27770.2340
Hunter Lab53.734019.8121-28.8844
CIE-Lab60.669725.4047-32.0219

#a385cb color RGB value is (163,133,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 11001011
Octal 243 205 313
Decimal 163 133 203
Hex A3 85 CB

RGB Percentages of Color #a385cb

%32.67
%26.65
%40.68

CMYK Percentages of Color #a385cb

%20
%34
%0
%20

Triadic Colors of #a385cb

#a385cb #cba385 #85cba3

Analogous Colors of #a385cb

#a385cb #c685cb #858acb

Monochromatic Colors of #a385cb

#a385cb

Complementary Color

#a385cb #adcb85

#a385cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385cb Color CSS Codes

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

#a385cb Text Font Color

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

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


#a385cb Background Color

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

This div background color is #a385cb


#a385cb Border Color

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

This div border color is #a385cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385cb

#a385cb Color Palettes


Comments

No comments written yet.

Please login to write comment.