Color Hex Logo

#a51cde Color Hex

#A51CDE
(165,28,222)
0 Favorites   0 Comments

Color spaces of #a51cde

RGB 16528222
HSL0.780.780.49
HSV282°87°87°
CMYK 0.260.870.00   0.13
XYZ29.117114.103870.2949
Yxy14.10380.25650.1242
Hunter Lab37.555072.6730-84.6896
CIE-Lab44.381476.7947-68.7501

#a51cde color RGB value is (165,28,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11011110
Octal 245 34 336
Decimal 165 28 222
Hex A5 1C DE

RGB Percentages of Color #a51cde

%39.76
%6.75
%53.49

CMYK Percentages of Color #a51cde

%26
%87
%0
%13

Triadic Colors of #a51cde

#a51cde #dea51c #1cdea5

Analogous Colors of #a51cde

#a51cde #de1cb6 #441cde

Monochromatic Colors of #a51cde

#a51cde

Complementary Color

#a51cde #55de1c

#a51cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51cde Color CSS Codes

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

#a51cde Text Font Color

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

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


#a51cde Background Color

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

This div background color is #a51cde


#a51cde Border Color

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

This div border color is #a51cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51cde


Comments

No comments written yet.

Please login to write comment.