Color Hex Logo

#a835ff Color Hex

#A835FF
(168,53,255)
0 Favorites   0 Comments

Color spaces of #a835ff

RGB 16853255
HSL0.761.000.60
HSV274°79°100°
CMYK 0.340.790.00   0.00
XYZ35.471618.091096.2301
Yxy18.09100.23680.1208
Hunter Lab42.533574.4297-104.3674
CIE-Lab49.606377.1990-78.8175

#a835ff color RGB value is (168,53,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110101 11111111
Octal 250 65 377
Decimal 168 53 255
Hex A8 35 FF

RGB Percentages of Color #a835ff

%35.29
%11.13
%53.57

CMYK Percentages of Color #a835ff

%34
%79
%0
%0

Triadic Colors of #a835ff

#a835ff #ffa835 #35ffa8

Analogous Colors of #a835ff

#a835ff #ff35f1 #4335ff

Monochromatic Colors of #a835ff

#a835ff

Complementary Color

#a835ff #8cff35

#a835ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a835ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a835ff Color CSS Codes

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

#a835ff Text Font Color

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

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


#a835ff Background Color

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

This div background color is #a835ff


#a835ff Border Color

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

This div border color is #a835ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a835ff

#a835ff Color Palettes


Comments

No comments written yet.

Please login to write comment.