Color Hex Logo

#a35fca Color Hex

#A35FCA
(163,95,202)
0 Favorites   0 Comments

Color spaces of #a35fca

RGB 16395202
HSL0.770.500.58
HSV278°53°79°
CMYK 0.190.530.00   0.21
XYZ29.857120.235258.2093
Yxy20.23520.27570.1868
Hunter Lab44.983639.7552-45.2335
CIE-Lab52.102146.3475-44.9034

#a35fca color RGB value is (163,95,202).

#a35fca hex color red value is 163, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a35fca hue: 0.77 , saturation: 0.50 and the lightness value of a35fca is 0.58.

The process color (four color CMYK) of #a35fca color hex is 0.19, 0.53, 0.00, 0.21. Web safe color of #a35fca is #9966cc. Color #a35fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 11001010
Octal 243 137 312
Decimal 163 95 202
Hex A3 5F CA

RGB Percentages of Color #a35fca

%35.43
%20.65
%43.91

CMYK Percentages of Color #a35fca

%19
%53
%0
%21

Triadic Colors of #a35fca

#a35fca #caa35f #5fcaa3

Analogous Colors of #a35fca

#a35fca #ca5fbc #6e5fca

Monochromatic Colors of #a35fca

#a35fca

Complementary Color

#a35fca #86ca5f

#a35fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35fca Color CSS Codes

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

#a35fca Text Font Color

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

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


#a35fca Background Color

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

This div background color is #a35fca


#a35fca Border Color

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

This div border color is #a35fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35fca


Comments

No comments written yet.

Please login to write comment.