Color Hex Logo

#a53dcc Color Hex

#A53DCC
(165,61,204)
0 Favorites   0 Comments

Color spaces of #a53dcc

RGB 16561204
HSL0.790.580.52
HSV284°70°80°
CMYK 0.190.700.00   0.20
XYZ28.084915.696558.6762
Yxy15.69650.27410.1532
Hunter Lab39.618857.2018-60.0764
CIE-Lab46.573863.3141-54.8678

#a53dcc color RGB value is (165,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111101 11001100
Octal 245 75 314
Decimal 165 61 204
Hex A5 3D CC

RGB Percentages of Color #a53dcc

%38.37
%14.19
%47.44

CMYK Percentages of Color #a53dcc

%19
%70
%0
%20

Triadic Colors of #a53dcc

#a53dcc #cca53d #3dcca5

Analogous Colors of #a53dcc

#a53dcc #cc3dac #5d3dcc

Monochromatic Colors of #a53dcc

#a53dcc

Complementary Color

#a53dcc #64cc3d

#a53dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53dcc Color CSS Codes

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

#a53dcc Text Font Color

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

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


#a53dcc Background Color

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

This div background color is #a53dcc


#a53dcc Border Color

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

This div border color is #a53dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53dcc


Comments

No comments written yet.

Please login to write comment.