Color Hex Logo

#a388fe Color Hex

#A388FE
(163,136,254)
0 Favorites   0 Comments

Color spaces of #a388fe

RGB 163136254
HSL0.700.980.76
HSV254°46°100°
CMYK 0.360.460.00   0.00
XYZ41.797832.550697.8458
Yxy32.55060.24270.1890
Hunter Lab57.053130.9282-61.7448
CIE-Lab63.795436.2803-55.4218

#a388fe color RGB value is (163,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 11111110
Octal 243 210 376
Decimal 163 136 254
Hex A3 88 FE

RGB Percentages of Color #a388fe

%29.48
%24.59
%45.93

CMYK Percentages of Color #a388fe

%36
%46
%0
%0

Triadic Colors of #a388fe

#a388fe #fea388 #88fea3

Analogous Colors of #a388fe

#a388fe #de88fe #88a8fe

Monochromatic Colors of #a388fe

#a388fe

Complementary Color

#a388fe #e3fe88

#a388fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a388fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a388fe Color CSS Codes

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

#a388fe Text Font Color

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

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


#a388fe Background Color

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

This div background color is #a388fe


#a388fe Border Color

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

This div border color is #a388fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a388fe


Comments

No comments written yet.

Please login to write comment.