Color Hex Logo

#a392ce Color Hex

#A392CE
(163,146,206)
0 Favorites   0 Comments

Color spaces of #a392ce

RGB 163146206
HSL0.710.380.69
HSV257°29°81°
CMYK 0.210.290.00   0.19
XYZ36.523732.800562.7986
Yxy32.80050.27640.2483
Hunter Lab57.271713.6087-24.9214
CIE-Lab63.999018.6858-28.5498

#a392ce color RGB value is (163,146,206).

#a392ce hex color red value is 163, green value is 146 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a392ce hue: 0.71 , saturation: 0.38 and the lightness value of a392ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010010 11001110
Octal 243 222 316
Decimal 163 146 206
Hex A3 92 CE

RGB Percentages of Color #a392ce

%31.65
%28.35
%40.00

CMYK Percentages of Color #a392ce

%21
%29
%0
%19

Triadic Colors of #a392ce

#a392ce #cea392 #92cea3

Analogous Colors of #a392ce

#a392ce #c192ce #929fce

Monochromatic Colors of #a392ce

#a392ce

Complementary Color

#a392ce #bdce92

#a392ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a392ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a392ce Color CSS Codes

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

#a392ce Text Font Color

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

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


#a392ce Background Color

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

This div background color is #a392ce


#a392ce Border Color

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

This div border color is #a392ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a392ce

#a392ce Color Palettes


Comments

No comments written yet.

Please login to write comment.