Color Hex Logo

#a338fe Color Hex

#A338FE
(163,56,254)
0 Favorites   0 Comments

Color spaces of #a338fe

RGB 16356254
HSL0.760.990.61
HSV272°78°100°
CMYK 0.360.780.00   0.00
XYZ34.407817.770695.3825
Yxy17.77060.23320.1204
Hunter Lab42.155271.9232-104.6440
CIE-Lab49.216775.2431-78.9241

#a338fe color RGB value is (163,56,254).

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

The process color (four color CMYK) of #a338fe color hex is 0.36, 0.78, 0.00, 0.00. Web safe color of #a338fe is #9933ff. Color #a338fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 11111110
Octal 243 70 376
Decimal 163 56 254
Hex A3 38 FE

RGB Percentages of Color #a338fe

%34.46
%11.84
%53.70

CMYK Percentages of Color #a338fe

%36
%78
%0
%0

Triadic Colors of #a338fe

#a338fe #fea338 #38fea3

Analogous Colors of #a338fe

#a338fe #fe38f6 #4038fe

Monochromatic Colors of #a338fe

#a338fe

Complementary Color

#a338fe #93fe38

#a338fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a338fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a338fe Color CSS Codes

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

#a338fe Text Font Color

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

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


#a338fe Background Color

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

This div background color is #a338fe


#a338fe Border Color

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

This div border color is #a338fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a338fe


Comments

No comments written yet.

Please login to write comment.