Color Hex Logo

#a035fe Color Hex

#A035FE
(160,53,254)
0 Favorites   0 Comments

Color spaces of #a035fe

RGB 16053254
HSL0.760.990.60
HSV272°79°100°
CMYK 0.370.790.00   0.00
XYZ33.659717.175595.3071
Yxy17.17550.23030.1175
Hunter Lab41.443372.4494-107.3387
CIE-Lab48.480475.8152-80.1431

#a035fe color RGB value is (160,53,254).

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

The process color (four color CMYK) of #a035fe color hex is 0.37, 0.79, 0.00, 0.00. Web safe color of #a035fe is #9933ff. Color #a035fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 11111110
Octal 240 65 376
Decimal 160 53 254
Hex A0 35 FE

RGB Percentages of Color #a035fe

%34.26
%11.35
%54.39

CMYK Percentages of Color #a035fe

%37
%79
%0
%0

Triadic Colors of #a035fe

#a035fe #fea035 #35fea0

Analogous Colors of #a035fe

#a035fe #fe35f8 #3c35fe

Monochromatic Colors of #a035fe

#a035fe

Complementary Color

#a035fe #93fe35

#a035fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a035fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a035fe Color CSS Codes

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

#a035fe Text Font Color

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

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


#a035fe Background Color

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

This div background color is #a035fe


#a035fe Border Color

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

This div border color is #a035fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a035fe


Comments

No comments written yet.

Please login to write comment.