Color Hex Logo

#a51dea Color Hex

#A51DEA
(165,29,234)
0 Favorites   0 Comments

Color spaces of #a51dea

RGB 16529234
HSL0.780.830.52
HSV280°88°92°
CMYK 0.290.880.00   0.08
XYZ30.807714.818679.0784
Yxy14.81860.24700.1188
Hunter Lab38.494975.4884-94.8503
CIE-Lab45.384778.8713-73.9392

#a51dea color RGB value is (165,29,234).

#a51dea hex color red value is 165, green value is 29 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a51dea hue: 0.78 , saturation: 0.83 and the lightness value of a51dea is 0.52.

The process color (four color CMYK) of #a51dea color hex is 0.29, 0.88, 0.00, 0.08. Web safe color of #a51dea is #9933ff. Color #a51dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011101 11101010
Octal 245 35 352
Decimal 165 29 234
Hex A5 1D EA

RGB Percentages of Color #a51dea

%38.55
%6.78
%54.67

CMYK Percentages of Color #a51dea

%29
%88
%0
%8

Triadic Colors of #a51dea

#a51dea #eaa51d #1deaa5

Analogous Colors of #a51dea

#a51dea #ea1dc9 #3f1dea

Monochromatic Colors of #a51dea

#a51dea

Complementary Color

#a51dea #62ea1d

#a51dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51dea Color CSS Codes

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

#a51dea Text Font Color

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

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


#a51dea Background Color

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

This div background color is #a51dea


#a51dea Border Color

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

This div border color is #a51dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51dea


Comments

No comments written yet.

Please login to write comment.