Color Hex Logo

#a51edb Color Hex

#A51EDB
(165,30,219)
0 Favorites   0 Comments

Color spaces of #a51edb

RGB 16530219
HSL0.790.760.49
HSV283°86°86°
CMYK 0.250.860.00   0.14
XYZ28.767514.042468.2121
Yxy14.04240.25910.1265
Hunter Lab37.473271.4532-81.6938
CIE-Lab44.293775.8185-67.1771

#a51edb color RGB value is (165,30,219).

#a51edb hex color red value is 165, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a51edb hue: 0.79 , saturation: 0.76 and the lightness value of a51edb is 0.49.

The process color (four color CMYK) of #a51edb color hex is 0.25, 0.86, 0.00, 0.14. Web safe color of #a51edb is #9933cc. Color #a51edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011110 11011011
Octal 245 36 333
Decimal 165 30 219
Hex A5 1E DB

RGB Percentages of Color #a51edb

%39.86
%7.25
%52.90

CMYK Percentages of Color #a51edb

%25
%86
%0
%14

Triadic Colors of #a51edb

#a51edb #dba51e #1edba5

Analogous Colors of #a51edb

#a51edb #db1eb3 #471edb

Monochromatic Colors of #a51edb

#a51edb

Complementary Color

#a51edb #54db1e

#a51edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51edb Color CSS Codes

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

#a51edb Text Font Color

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

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


#a51edb Background Color

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

This div background color is #a51edb


#a51edb Border Color

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

This div border color is #a51edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51edb


Comments

No comments written yet.

Please login to write comment.