color codes Logo

#a518dd color codes

#A518DD
(165,24,221)
0 Favorites   0 Comments

Color spaces of #a518dd

RGB 16524221
HSL0.790.800.48
HSV283°89°87°
CMYK 0.250.890.00   0.13
XYZ28.894813.873169.5615
Yxy13.87310.25720.1235
Hunter Lab37.246673.2934-84.6569
CIE-Lab44.050477.3616-68.7176

#a518dd color RGB value is (165,24,221).

#a518dd hex color red value is 165, green value is 24 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a518dd hue: 0.79 , saturation: 0.80 and the lightness value of a518dd is 0.48.

The process color (four color CMYK) of #a518dd color code is 0.25, 0.89, 0.00, 0.13. Web safe color of #a518dd is #9900cc. Color #a518dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 11011101
Octal 245 30 335
Decimal 165 24 221
Hex A5 18 DD

RGB Percentages of Color #a518dd

%40.24
%5.85
%53.90

CMYK Percentages of Color #a518dd

%25
%89
%0
%13

Triadic Colors of #a518dd

#a518dd #dda518 #18dda5

Analogous Colors of #a518dd

#a518dd #dd18b3 #4318dd

Monochromatic Colors of #a518dd

#a518dd

Complementary Color

#a518dd #50dd18

#a518dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a518dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a518dd Color CSS Codes

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

#a518dd Text Font Color

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

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


#a518dd Background Color

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

This div background color is #a518dd


#a518dd Border Color

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

This div border color is #a518dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a518dd


Comments

No comments written yet.

Please login to write comment.