Color Hex Logo

#a51cdd Color Hex

#A51CDD
(165,28,221)
0 Favorites   0 Comments

Color spaces of #a51cdd

RGB 16528221
HSL0.780.780.49
HSV283°87°87°
CMYK 0.250.870.00   0.13
XYZ28.983414.050369.5910
Yxy14.05030.25730.1248
Hunter Lab37.483772.4243-83.8372
CIE-Lab44.305076.6075-68.3030

#a51cdd color RGB value is (165,28,221).

#a51cdd hex color red value is 165, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a51cdd hue: 0.78 , saturation: 0.78 and the lightness value of a51cdd is 0.49.

The process color (four color CMYK) of #a51cdd color hex is 0.25, 0.87, 0.00, 0.13. Web safe color of #a51cdd is #9933cc. Color #a51cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11011101
Octal 245 34 335
Decimal 165 28 221
Hex A5 1C DD

RGB Percentages of Color #a51cdd

%39.86
%6.76
%53.38

CMYK Percentages of Color #a51cdd

%25
%87
%0
%13

Triadic Colors of #a51cdd

#a51cdd #dda51c #1cdda5

Analogous Colors of #a51cdd

#a51cdd #dd1cb5 #441cdd

Monochromatic Colors of #a51cdd

#a51cdd

Complementary Color

#a51cdd #54dd1c

#a51cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51cdd Color CSS Codes

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

#a51cdd Text Font Color

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

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


#a51cdd Background Color

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

This div background color is #a51cdd


#a51cdd Border Color

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

This div border color is #a51cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51cdd


Comments

No comments written yet.

Please login to write comment.