Color Hex Logo

#a51fbd Color Hex

#A51FBD
(165,31,189)
0 Favorites   0 Comments

Color spaces of #a51fbd

RGB 16531189
HSL0.810.720.43
HSV291°84°74°
CMYK 0.130.840.00   0.26
XYZ25.192312.653449.2587
Yxy12.65340.28920.1453
Hunter Lab35.571664.1658-57.2032
CIE-Lab42.236370.1600-53.1265

#a51fbd color RGB value is (165,31,189).

#a51fbd hex color red value is 165, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a51fbd hue: 0.81 , saturation: 0.72 and the lightness value of a51fbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011111 10111101
Octal 245 37 275
Decimal 165 31 189
Hex A5 1F BD

RGB Percentages of Color #a51fbd

%42.86
%8.05
%49.09

CMYK Percentages of Color #a51fbd

%13
%84
%0
%26

Triadic Colors of #a51fbd

#a51fbd #bda51f #1fbda5

Analogous Colors of #a51fbd

#a51fbd #bd1f86 #561fbd

Monochromatic Colors of #a51fbd

#a51fbd

Complementary Color

#a51fbd #37bd1f

#a51fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51fbd Color CSS Codes

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

#a51fbd Text Font Color

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

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


#a51fbd Background Color

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

This div background color is #a51fbd


#a51fbd Border Color

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

This div border color is #a51fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51fbd


Comments

No comments written yet.

Please login to write comment.