Color Hex Logo

#a51bce Color Hex

#A51BCE
(165,27,206)
0 Favorites   0 Comments

Color spaces of #a51bce

RGB 16527206
HSL0.800.770.46
HSV286°87°81°
CMYK 0.200.870.00   0.19
XYZ27.049613.239459.5223
Yxy13.23940.27100.1326
Hunter Lab36.386069.0227-71.5198
CIE-Lab43.121874.0498-61.5981

#a51bce color RGB value is (165,27,206).

#a51bce hex color red value is 165, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a51bce hue: 0.80 , saturation: 0.77 and the lightness value of a51bce is 0.46.

The process color (four color CMYK) of #a51bce color hex is 0.20, 0.87, 0.00, 0.19. Web safe color of #a51bce is #9933cc. Color #a51bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011011 11001110
Octal 245 33 316
Decimal 165 27 206
Hex A5 1B CE

RGB Percentages of Color #a51bce

%41.46
%6.78
%51.76

CMYK Percentages of Color #a51bce

%20
%87
%0
%19

Triadic Colors of #a51bce

#a51bce #cea51b #1bcea5

Analogous Colors of #a51bce

#a51bce #ce1b9e #4c1bce

Monochromatic Colors of #a51bce

#a51bce

Complementary Color

#a51bce #44ce1b

#a51bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51bce Color CSS Codes

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

#a51bce Text Font Color

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

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


#a51bce Background Color

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

This div background color is #a51bce


#a51bce Border Color

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

This div border color is #a51bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51bce


Comments

No comments written yet.

Please login to write comment.