Color Hex Logo

#a52bce Color Hex

#A52BCE
(165,43,206)
0 Favorites   0 Comments

Color spaces of #a52bce

RGB 16543206
HSL0.790.650.49
HSV285°79°81°
CMYK 0.200.790.00   0.19
XYZ27.521514.183359.6796
Yxy14.18330.27150.1399
Hunter Lab37.660764.5370-67.5922
CIE-Lab44.494770.0337-59.3750

#a52bce color RGB value is (165,43,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 11001110
Octal 245 53 316
Decimal 165 43 206
Hex A5 2B CE

RGB Percentages of Color #a52bce

%39.86
%10.39
%49.76

CMYK Percentages of Color #a52bce

%20
%79
%0
%19

Triadic Colors of #a52bce

#a52bce #cea52b #2bcea5

Analogous Colors of #a52bce

#a52bce #ce2ba6 #542bce

Monochromatic Colors of #a52bce

#a52bce

Complementary Color

#a52bce #54ce2b

#a52bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52bce Color CSS Codes

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

#a52bce Text Font Color

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

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


#a52bce Background Color

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

This div background color is #a52bce


#a52bce Border Color

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

This div border color is #a52bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52bce


Comments

No comments written yet.

Please login to write comment.