Color Hex Logo

#a835fc Color Hex

#A835FC
(168,53,252)
0 Favorites   0 Comments

Color spaces of #a835fc

RGB 16853252
HSL0.760.970.60
HSV275°79°99°
CMYK 0.330.790.00   0.01
XYZ34.992217.899393.7061
Yxy17.89930.23870.1221
Hunter Lab42.307673.5975-101.7048
CIE-Lab49.373776.5723-77.5255

#a835fc color RGB value is (168,53,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110101 11111100
Octal 250 65 374
Decimal 168 53 252
Hex A8 35 FC

RGB Percentages of Color #a835fc

%35.52
%11.21
%53.28

CMYK Percentages of Color #a835fc

%33
%79
%0
%1

Triadic Colors of #a835fc

#a835fc #fca835 #35fca8

Analogous Colors of #a835fc

#a835fc #fc35ed #4535fc

Monochromatic Colors of #a835fc

#a835fc

Complementary Color

#a835fc #89fc35

#a835fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a835fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a835fc Color CSS Codes

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

#a835fc Text Font Color

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

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


#a835fc Background Color

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

This div background color is #a835fc


#a835fc Border Color

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

This div border color is #a835fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a835fc


Comments

No comments written yet.

Please login to write comment.