Color Hex Logo

#a385dd Color Hex

#A385DD
(163,133,221)
0 Favorites   0 Comments

Color spaces of #a385dd

RGB 163133221
HSL0.720.560.69
HSV260°40°87°
CMYK 0.260.400.00   0.13
XYZ36.542929.782072.2291
Yxy29.78200.26370.2149
Hunter Lab54.572924.0240-40.2713
CIE-Lab61.465729.6692-40.8656

#a385dd color RGB value is (163,133,221).

#a385dd hex color red value is 163, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a385dd hue: 0.72 , saturation: 0.56 and the lightness value of a385dd is 0.69.

The process color (four color CMYK) of #a385dd color hex is 0.26, 0.40, 0.00, 0.13. Web safe color of #a385dd is #9999cc. Color #a385dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 11011101
Octal 243 205 335
Decimal 163 133 221
Hex A3 85 DD

RGB Percentages of Color #a385dd

%31.53
%25.73
%42.75

CMYK Percentages of Color #a385dd

%26
%40
%0
%13

Triadic Colors of #a385dd

#a385dd #dda385 #85dda3

Analogous Colors of #a385dd

#a385dd #cf85dd #8593dd

Monochromatic Colors of #a385dd

#a385dd

Complementary Color

#a385dd #bfdd85

#a385dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385dd Color CSS Codes

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

#a385dd Text Font Color

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

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


#a385dd Background Color

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

This div background color is #a385dd


#a385dd Border Color

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

This div border color is #a385dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,133,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a385dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385dd


Comments

No comments written yet.

Please login to write comment.