Color Hex Logo

#a53dce Color Hex

#A53DCE
(165,61,206)
0 Favorites   0 Comments

Color spaces of #a53dce

RGB 16561206
HSL0.790.600.52
HSV283°70°81°
CMYK 0.200.700.00   0.19
XYZ28.326415.793159.9479
Yxy15.79310.27220.1518
Hunter Lab39.740557.6859-61.6196
CIE-Lab46.701963.7138-55.8144

#a53dce color RGB value is (165,61,206).

#a53dce hex color red value is 165, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a53dce hue: 0.79 , saturation: 0.60 and the lightness value of a53dce is 0.52.

The process color (four color CMYK) of #a53dce color hex is 0.20, 0.70, 0.00, 0.19. Web safe color of #a53dce is #9933cc. Color #a53dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111101 11001110
Octal 245 75 316
Decimal 165 61 206
Hex A5 3D CE

RGB Percentages of Color #a53dce

%38.19
%14.12
%47.69

CMYK Percentages of Color #a53dce

%20
%70
%0
%19

Triadic Colors of #a53dce

#a53dce #cea53d #3dcea5

Analogous Colors of #a53dce

#a53dce #ce3daf #5c3dce

Monochromatic Colors of #a53dce

#a53dce

Complementary Color

#a53dce #66ce3d

#a53dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53dce Color CSS Codes

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

#a53dce Text Font Color

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

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


#a53dce Background Color

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

This div background color is #a53dce


#a53dce Border Color

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

This div border color is #a53dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53dce


Comments

No comments written yet.

Please login to write comment.