Color Hex Logo

#a51deb Color Hex

#A51DEB
(165,29,235)
0 Favorites   0 Comments

Color spaces of #a51deb

RGB 16529235
HSL0.780.840.52
HSV280°88°92°
CMYK 0.300.880.00   0.08
XYZ30.951814.876279.8373
Yxy14.87620.24630.1184
Hunter Lab38.569775.7476-95.7286
CIE-Lab45.464279.0635-74.3755

#a51deb color RGB value is (165,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011101 11101011
Octal 245 35 353
Decimal 165 29 235
Hex A5 1D EB

RGB Percentages of Color #a51deb

%38.46
%6.76
%54.78

CMYK Percentages of Color #a51deb

%30
%88
%0
%8

Triadic Colors of #a51deb

#a51deb #eba51d #1deba5

Analogous Colors of #a51deb

#a51deb #eb1dca #3e1deb

Monochromatic Colors of #a51deb

#a51deb

Complementary Color

#a51deb #63eb1d

#a51deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51deb Color CSS Codes

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

#a51deb Text Font Color

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

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


#a51deb Background Color

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

This div background color is #a51deb


#a51deb Border Color

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

This div border color is #a51deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51deb


Comments

No comments written yet.

Please login to write comment.