Color Hex Logo

#a53bdc Color Hex

#A53BDC
(165,59,220)
0 Favorites   0 Comments

Color spaces of #a53bdc

RGB 16559220
HSL0.780.700.55
HSV280°73°86°
CMYK 0.250.730.00   0.14
XYZ29.999316.294669.2742
Yxy16.29460.25960.1410
Hunter Lab40.366662.0147-73.4926
CIE-Lab47.358667.3322-62.7763

#a53bdc color RGB value is (165,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111011 11011100
Octal 245 73 334
Decimal 165 59 220
Hex A5 3B DC

RGB Percentages of Color #a53bdc

%37.16
%13.29
%49.55

CMYK Percentages of Color #a53bdc

%25
%73
%0
%14

Triadic Colors of #a53bdc

#a53bdc #dca53b #3bdca5

Analogous Colors of #a53bdc

#a53bdc #dc3bc3 #553bdc

Monochromatic Colors of #a53bdc

#a53bdc

Complementary Color

#a53bdc #72dc3b

#a53bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53bdc Color CSS Codes

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

#a53bdc Text Font Color

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

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


#a53bdc Background Color

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

This div background color is #a53bdc


#a53bdc Border Color

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

This div border color is #a53bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,59,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 #a53bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53bdc


Comments

No comments written yet.

Please login to write comment.