Color Hex Logo

#a335df Color Hex

#A335DF
(163,53,223)
0 Favorites   0 Comments

Color spaces of #a335df

RGB 16353223
HSL0.770.730.54
HSV279°76°87°
CMYK 0.270.760.00   0.13
XYZ29.696615.660471.2696
Yxy15.66040.25460.1343
Hunter Lab39.573264.6971-79.0774
CIE-Lab46.525869.7734-65.8483

#a335df color RGB value is (163,53,223).

#a335df hex color red value is 163, green value is 53 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a335df hue: 0.77 , saturation: 0.73 and the lightness value of a335df is 0.54.

The process color (four color CMYK) of #a335df color hex is 0.27, 0.76, 0.00, 0.13. Web safe color of #a335df is #9933cc. Color #a335df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 11011111
Octal 243 65 337
Decimal 163 53 223
Hex A3 35 DF

RGB Percentages of Color #a335df

%37.13
%12.07
%50.80

CMYK Percentages of Color #a335df

%27
%76
%0
%13

Triadic Colors of #a335df

#a335df #dfa335 #35dfa3

Analogous Colors of #a335df

#a335df #df35c6 #4e35df

Monochromatic Colors of #a335df

#a335df

Complementary Color

#a335df #71df35

#a335df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a335df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a335df Color CSS Codes

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

#a335df Text Font Color

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

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


#a335df Background Color

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

This div background color is #a335df


#a335df Border Color

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

This div border color is #a335df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a335df


Comments

No comments written yet.

Please login to write comment.