Color Hex Logo

#a388df Color Hex

#A388DF
(163,136,223)
0 Favorites   0 Comments

Color spaces of #a388df

RGB 163136223
HSL0.720.580.70
HSV259°39°87°
CMYK 0.270.390.00   0.13
XYZ37.227730.722673.7800
Yxy30.72260.26270.2168
Hunter Lab55.428022.8890-40.1212
CIE-Lab62.272828.4474-40.7137

#a388df color RGB value is (163,136,223).

#a388df hex color red value is 163, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a388df hue: 0.72 , saturation: 0.58 and the lightness value of a388df is 0.70.

The process color (four color CMYK) of #a388df color hex is 0.27, 0.39, 0.00, 0.13. Web safe color of #a388df is #9999cc. Color #a388df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 11011111
Octal 243 210 337
Decimal 163 136 223
Hex A3 88 DF

RGB Percentages of Color #a388df

%31.23
%26.05
%42.72

CMYK Percentages of Color #a388df

%27
%39
%0
%13

Triadic Colors of #a388df

#a388df #dfa388 #88dfa3

Analogous Colors of #a388df

#a388df #cf88df #8899df

Monochromatic Colors of #a388df

#a388df

Complementary Color

#a388df #c4df88

#a388df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a388df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a388df Color CSS Codes

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

#a388df Text Font Color

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

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


#a388df Background Color

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

This div background color is #a388df


#a388df Border Color

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

This div border color is #a388df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a388df


Comments

No comments written yet.

Please login to write comment.