Color Hex Logo

#a51fde Color Hex

#A51FDE
(165,31,222)
0 Favorites   0 Comments

Color spaces of #a51fde

RGB 16531222
HSL0.780.750.50
HSV282°86°87°
CMYK 0.260.860.00   0.13
XYZ29.191914.253270.3198
Yxy14.25320.25660.1253
Hunter Lab37.753471.9523-84.0066
CIE-Lab44.593976.1674-68.4042

#a51fde color RGB value is (165,31,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011111 11011110
Octal 245 37 336
Decimal 165 31 222
Hex A5 1F DE

RGB Percentages of Color #a51fde

%39.47
%7.42
%53.11

CMYK Percentages of Color #a51fde

%26
%86
%0
%13

Triadic Colors of #a51fde

#a51fde #dea51f #1fdea5

Analogous Colors of #a51fde

#a51fde #de1fb8 #451fde

Monochromatic Colors of #a51fde

#a51fde

Complementary Color

#a51fde #58de1f

#a51fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51fde Color CSS Codes

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

#a51fde Text Font Color

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

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


#a51fde Background Color

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

This div background color is #a51fde


#a51fde Border Color

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

This div border color is #a51fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51fde


Comments

No comments written yet.

Please login to write comment.