Color Hex Logo

#a35efd Color Hex

#A35EFD
(163,94,253)
0 Favorites   0 Comments

Color spaces of #a35efd

RGB 16394253
HSL0.740.980.68
HSV266°63°99°
CMYK 0.360.630.00   0.01
XYZ36.836622.883895.4040
Yxy22.88380.23750.1475
Hunter Lab47.837053.7381-84.7594
CIE-Lab54.952458.7148-69.0492

#a35efd color RGB value is (163,94,253).

#a35efd hex color red value is 163, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a35efd hue: 0.74 , saturation: 0.98 and the lightness value of a35efd is 0.68.

The process color (four color CMYK) of #a35efd color hex is 0.36, 0.63, 0.00, 0.01. Web safe color of #a35efd is #9966ff. Color #a35efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 11111101
Octal 243 136 375
Decimal 163 94 253
Hex A3 5E FD

RGB Percentages of Color #a35efd

%31.96
%18.43
%49.61

CMYK Percentages of Color #a35efd

%36
%63
%0
%1

Triadic Colors of #a35efd

#a35efd #fda35e #5efda3

Analogous Colors of #a35efd

#a35efd #f35efd #5e69fd

Monochromatic Colors of #a35efd

#a35efd

Complementary Color

#a35efd #b8fd5e

#a35efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35efd Color CSS Codes

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

#a35efd Text Font Color

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

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


#a35efd Background Color

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

This div background color is #a35efd


#a35efd Border Color

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

This div border color is #a35efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35efd

Related Colors


Comments

No comments written yet.

Please login to write comment.