Color Hex Logo

#a385ee Color Hex

#A385EE
(163,133,238)
0 Favorites   0 Comments

Color spaces of #a385ee

RGB 163133238
HSL0.710.760.73
HSV257°44°93°
CMYK 0.320.440.00   0.07
XYZ38.924430.734684.7698
Yxy30.73460.25210.1990
Hunter Lab55.438828.3096-51.8514
CIE-Lab62.282933.8788-49.0178

#a385ee color RGB value is (163,133,238).

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

The process color (four color CMYK) of #a385ee color hex is 0.32, 0.44, 0.00, 0.07. Web safe color of #a385ee is #9999ff. Color #a385ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 11101110
Octal 243 205 356
Decimal 163 133 238
Hex A3 85 EE

RGB Percentages of Color #a385ee

%30.52
%24.91
%44.57

CMYK Percentages of Color #a385ee

%32
%44
%0
%7

Triadic Colors of #a385ee

#a385ee #eea385 #85eea3

Analogous Colors of #a385ee

#a385ee #d885ee #859cee

Monochromatic Colors of #a385ee

#a385ee

Complementary Color

#a385ee #d0ee85

#a385ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385ee Color CSS Codes

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

#a385ee Text Font Color

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

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


#a385ee Background Color

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

This div background color is #a385ee


#a385ee Border Color

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

This div border color is #a385ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385ee


Comments

No comments written yet.

Please login to write comment.