Color Hex Logo

#a51bbd Color Hex

#A51BBD
(165,27,189)
0 Favorites   0 Comments

Color spaces of #a51bbd

RGB 16527189
HSL0.810.750.42
HSV291°86°74°
CMYK 0.130.860.00   0.26
XYZ25.094312.457349.2260
Yxy12.45730.28920.1436
Hunter Lab35.294965.1455-57.9857
CIE-Lab41.933971.0465-53.6139

#a51bbd color RGB value is (165,27,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011011 10111101
Octal 245 33 275
Decimal 165 27 189
Hex A5 1B BD

RGB Percentages of Color #a51bbd

%43.31
%7.09
%49.61

CMYK Percentages of Color #a51bbd

%13
%86
%0
%26

Triadic Colors of #a51bbd

#a51bbd #bda51b #1bbda5

Analogous Colors of #a51bbd

#a51bbd #bd1b84 #541bbd

Monochromatic Colors of #a51bbd

#a51bbd

Complementary Color

#a51bbd #33bd1b

#a51bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51bbd Color CSS Codes

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

#a51bbd Text Font Color

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

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


#a51bbd Background Color

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

This div background color is #a51bbd


#a51bbd Border Color

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

This div border color is #a51bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51bbd


Comments

No comments written yet.

Please login to write comment.