Color Hex Logo

#a385cc Color Hex

#A385CC
(163,133,204)
0 Favorites   0 Comments

Color spaces of #a385cc

RGB 163133204
HSL0.740.410.66
HSV265°35°80°
CMYK 0.200.350.00   0.20
XYZ34.390928.921260.8965
Yxy28.92120.27690.2328
Hunter Lab53.778420.0371-29.4927
CIE-Lab60.712025.6359-32.5190

#a385cc color RGB value is (163,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 11001100
Octal 243 205 314
Decimal 163 133 204
Hex A3 85 CC

RGB Percentages of Color #a385cc

%32.60
%26.60
%40.80

CMYK Percentages of Color #a385cc

%20
%35
%0
%20

Triadic Colors of #a385cc

#a385cc #cca385 #85cca3

Analogous Colors of #a385cc

#a385cc #c785cc #858bcc

Monochromatic Colors of #a385cc

#a385cc

Complementary Color

#a385cc #aecc85

#a385cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385cc Color CSS Codes

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

#a385cc Text Font Color

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

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


#a385cc Background Color

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

This div background color is #a385cc


#a385cc Border Color

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

This div border color is #a385cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385cc


Comments

No comments written yet.

Please login to write comment.