Color Hex Logo

#a535dc Color Hex

#A535DC
(165,53,220)
0 Favorites   0 Comments

Color spaces of #a535dc

RGB 16553220
HSL0.780.700.54
HSV280°76°86°
CMYK 0.250.760.00   0.14
XYZ29.708415.712869.1772
Yxy15.71280.25920.1371
Hunter Lab39.639464.4109-75.7232
CIE-Lab46.595469.5180-64.0119

#a535dc color RGB value is (165,53,220).

#a535dc hex color red value is 165, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a535dc hue: 0.78 , saturation: 0.70 and the lightness value of a535dc is 0.54.

The process color (four color CMYK) of #a535dc color hex is 0.25, 0.76, 0.00, 0.14. Web safe color of #a535dc is #9933cc. Color #a535dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110101 11011100
Octal 245 65 334
Decimal 165 53 220
Hex A5 35 DC

RGB Percentages of Color #a535dc

%37.67
%12.10
%50.23

CMYK Percentages of Color #a535dc

%25
%76
%0
%14

Triadic Colors of #a535dc

#a535dc #dca535 #35dca5

Analogous Colors of #a535dc

#a535dc #dc35c0 #5135dc

Monochromatic Colors of #a535dc

#a535dc

Complementary Color

#a535dc #6cdc35

#a535dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a535dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a535dc Color CSS Codes

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

#a535dc Text Font Color

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

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


#a535dc Background Color

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

This div background color is #a535dc


#a535dc Border Color

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

This div border color is #a535dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a535dc


Comments

No comments written yet.

Please login to write comment.