Color Hex Logo

#a391df Color Hex

#A391DF
(163,145,223)
0 Favorites   0 Comments

Color spaces of #a391df

RGB 163145223
HSL0.710.550.72
HSV254°35°87°
CMYK 0.270.350.00   0.13
XYZ38.548933.365074.2204
Yxy33.36500.26380.2283
Hunter Lab57.762418.0412-35.7495
CIE-Lab64.455423.3171-37.2994

#a391df color RGB value is (163,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010001 11011111
Octal 243 221 337
Decimal 163 145 223
Hex A3 91 DF

RGB Percentages of Color #a391df

%30.70
%27.31
%42.00

CMYK Percentages of Color #a391df

%27
%35
%0
%13

Triadic Colors of #a391df

#a391df #dfa391 #91dfa3

Analogous Colors of #a391df

#a391df #ca91df #91a6df

Monochromatic Colors of #a391df

#a391df

Complementary Color

#a391df #cddf91

#a391df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a391df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a391df Color CSS Codes

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

#a391df Text Font Color

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

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


#a391df Background Color

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

This div background color is #a391df


#a391df Border Color

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

This div border color is #a391df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,145,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 #a391df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a391df


Comments

No comments written yet.

Please login to write comment.