Color Hex Logo

#a392df Color Hex

#A392DF
(163,146,223)
0 Favorites   0 Comments

Color spaces of #a392df

RGB 163146223
HSL0.700.550.72
HSV253°35°87°
CMYK 0.270.350.00   0.13
XYZ38.702433.672074.2715
Yxy33.67200.26390.2296
Hunter Lab58.027617.5051-35.2680
CIE-Lab64.701422.7473-36.9156

#a392df color RGB value is (163,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010010 11011111
Octal 243 222 337
Decimal 163 146 223
Hex A3 92 DF

RGB Percentages of Color #a392df

%30.64
%27.44
%41.92

CMYK Percentages of Color #a392df

%27
%35
%0
%13

Triadic Colors of #a392df

#a392df #dfa392 #92dfa3

Analogous Colors of #a392df

#a392df #ca92df #92a8df

Monochromatic Colors of #a392df

#a392df

Complementary Color

#a392df #cedf92

#a392df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a392df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a392df Color CSS Codes

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

#a392df Text Font Color

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

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


#a392df Background Color

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

This div background color is #a392df


#a392df Border Color

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

This div border color is #a392df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a392df


Comments

No comments written yet.

Please login to write comment.