Color Hex Logo

#a383fe Color Hex

#A383FE
(163,131,254)
0 Favorites   0 Comments

Color spaces of #a383fe

RGB 163131254
HSL0.710.980.75
HSV256°48°100°
CMYK 0.360.480.00   0.00
XYZ41.109931.174997.6166
Yxy31.17490.24200.1835
Hunter Lab55.834533.7159-64.5738
CIE-Lab62.655039.0983-57.2371

#a383fe color RGB value is (163,131,254).

#a383fe hex color red value is 163, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a383fe hue: 0.71 , saturation: 0.98 and the lightness value of a383fe is 0.75.

The process color (four color CMYK) of #a383fe color hex is 0.36, 0.48, 0.00, 0.00. Web safe color of #a383fe is #9999ff. Color #a383fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000011 11111110
Octal 243 203 376
Decimal 163 131 254
Hex A3 83 FE

RGB Percentages of Color #a383fe

%29.74
%23.91
%46.35

CMYK Percentages of Color #a383fe

%36
%48
%0
%0

Triadic Colors of #a383fe

#a383fe #fea383 #83fea3

Analogous Colors of #a383fe

#a383fe #e183fe #83a1fe

Monochromatic Colors of #a383fe

#a383fe

Complementary Color

#a383fe #defe83

#a383fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a383fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a383fe Color CSS Codes

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

#a383fe Text Font Color

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

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


#a383fe Background Color

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

This div background color is #a383fe


#a383fe Border Color

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

This div border color is #a383fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a383fe

Related Colors


Comments

No comments written yet.

Please login to write comment.