Color Hex Logo

#a511dc Color Hex

#A511DC
(165,17,220)
0 Favorites   0 Comments

Color spaces of #a511dc

RGB 16517220
HSL0.790.860.46
HSV284°92°86°
CMYK 0.250.920.00   0.14
XYZ28.635813.567568.8197
Yxy13.56750.25790.1222
Hunter Lab36.834174.3110-84.9918
CIE-Lab43.606278.2688-68.8690

#a511dc color RGB value is (165,17,220).

#a511dc hex color red value is 165, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a511dc hue: 0.79 , saturation: 0.86 and the lightness value of a511dc is 0.46.

The process color (four color CMYK) of #a511dc color hex is 0.25, 0.92, 0.00, 0.14. Web safe color of #a511dc is #9900cc. Color #a511dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 11011100
Octal 245 21 334
Decimal 165 17 220
Hex A5 11 DC

RGB Percentages of Color #a511dc

%41.04
%4.23
%54.73

CMYK Percentages of Color #a511dc

%25
%92
%0
%14

Triadic Colors of #a511dc

#a511dc #dca511 #11dca5

Analogous Colors of #a511dc

#a511dc #dc11ae #3f11dc

Monochromatic Colors of #a511dc

#a511dc

Complementary Color

#a511dc #48dc11

#a511dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a511dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a511dc Color CSS Codes

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

#a511dc Text Font Color

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

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


#a511dc Background Color

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

This div background color is #a511dc


#a511dc Border Color

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

This div border color is #a511dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a511dc


Comments

No comments written yet.

Please login to write comment.