Color Hex Logo

#a385cf Color Hex

#A385CF
(163,133,207)
0 Favorites   0 Comments

Color spaces of #a385cf

RGB 163133207
HSL0.730.440.67
HSV264°36°81°
CMYK 0.210.360.00   0.19
XYZ34.754329.066662.8101
Yxy29.06660.27450.2295
Hunter Lab53.913420.7182-31.3345
CIE-Lab60.840426.3333-34.0060

#a385cf color RGB value is (163,133,207).

#a385cf hex color red value is 163, green value is 133 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a385cf hue: 0.73 , saturation: 0.44 and the lightness value of a385cf is 0.67.

The process color (four color CMYK) of #a385cf color hex is 0.21, 0.36, 0.00, 0.19. Web safe color of #a385cf is #9999cc. Color #a385cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 11001111
Octal 243 205 317
Decimal 163 133 207
Hex A3 85 CF

RGB Percentages of Color #a385cf

%32.41
%26.44
%41.15

CMYK Percentages of Color #a385cf

%21
%36
%0
%19

Triadic Colors of #a385cf

#a385cf #cfa385 #85cfa3

Analogous Colors of #a385cf

#a385cf #c885cf #858ccf

Monochromatic Colors of #a385cf

#a385cf

Complementary Color

#a385cf #b1cf85

#a385cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385cf Color CSS Codes

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

#a385cf Text Font Color

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

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


#a385cf Background Color

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

This div background color is #a385cf


#a385cf Border Color

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

This div border color is #a385cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385cf


Comments

No comments written yet.

Please login to write comment.