Color Hex Logo

#a35fde Color Hex

#A35FDE
(163,95,222)
0 Favorites   0 Comments

Color spaces of #a35fde

RGB 16395222
HSL0.760.660.62
HSV272°57°87°
CMYK 0.270.570.00   0.13
XYZ32.381321.244971.5012
Yxy21.24490.25880.1698
Hunter Lab46.092244.7409-59.7100
CIE-Lab53.216550.8646-54.5004

#a35fde color RGB value is (163,95,222).

#a35fde hex color red value is 163, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a35fde hue: 0.76 , saturation: 0.66 and the lightness value of a35fde is 0.62.

The process color (four color CMYK) of #a35fde color hex is 0.27, 0.57, 0.00, 0.13. Web safe color of #a35fde is #9966cc. Color #a35fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 11011110
Octal 243 137 336
Decimal 163 95 222
Hex A3 5F DE

RGB Percentages of Color #a35fde

%33.96
%19.79
%46.25

CMYK Percentages of Color #a35fde

%27
%57
%0
%13

Triadic Colors of #a35fde

#a35fde #dea35f #5fdea3

Analogous Colors of #a35fde

#a35fde #de5fda #645fde

Monochromatic Colors of #a35fde

#a35fde

Complementary Color

#a35fde #9ade5f

#a35fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35fde Color CSS Codes

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

#a35fde Text Font Color

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

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


#a35fde Background Color

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

This div background color is #a35fde


#a35fde Border Color

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

This div border color is #a35fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35fde


Comments

No comments written yet.

Please login to write comment.