Color Hex Logo

#a383dc Color Hex

#A383DC
(163,131,220)
0 Favorites   0 Comments

Color spaces of #a383dc

RGB 163131220
HSL0.730.560.69
HSV262°40°86°
CMYK 0.260.400.00   0.14
XYZ36.138829.186471.4390
Yxy29.18640.26420.2134
Hunter Lab54.024424.8620-40.5848
CIE-Lab60.945830.5649-41.1236

#a383dc color RGB value is (163,131,220).

#a383dc hex color red value is 163, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a383dc hue: 0.73 , saturation: 0.56 and the lightness value of a383dc is 0.69.

The process color (four color CMYK) of #a383dc color hex is 0.26, 0.40, 0.00, 0.14. Web safe color of #a383dc is #9999cc. Color #a383dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000011 11011100
Octal 243 203 334
Decimal 163 131 220
Hex A3 83 DC

RGB Percentages of Color #a383dc

%31.71
%25.49
%42.80

CMYK Percentages of Color #a383dc

%26
%40
%0
%14

Triadic Colors of #a383dc

#a383dc #dca383 #83dca3

Analogous Colors of #a383dc

#a383dc #d083dc #8390dc

Monochromatic Colors of #a383dc

#a383dc

Complementary Color

#a383dc #bcdc83

#a383dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a383dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a383dc Color CSS Codes

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

#a383dc Text Font Color

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

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


#a383dc Background Color

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

This div background color is #a383dc


#a383dc Border Color

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

This div border color is #a383dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a383dc


Comments

No comments written yet.

Please login to write comment.