Color Hex Logo

#a521bc Color Hex

#A521BC
(165,33,188)
0 Favorites   0 Comments

Color spaces of #a521bc

RGB 16533188
HSL0.810.700.43
HSV291°82°74°
CMYK 0.120.820.00   0.26
XYZ25.138012.717948.7068
Yxy12.71790.29040.1469
Hunter Lab35.662263.4146-56.0138
CIE-Lab42.335169.5033-52.3806

#a521bc color RGB value is (165,33,188).

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

The process color (four color CMYK) of #a521bc color hex is 0.12, 0.82, 0.00, 0.26. Web safe color of #a521bc is #9933cc. Color #a521bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 10111100
Octal 245 41 274
Decimal 165 33 188
Hex A5 21 BC

RGB Percentages of Color #a521bc

%42.75
%8.55
%48.70

CMYK Percentages of Color #a521bc

%12
%82
%0
%26

Triadic Colors of #a521bc

#a521bc #bca521 #21bca5

Analogous Colors of #a521bc

#a521bc #bc2186 #5821bc

Monochromatic Colors of #a521bc

#a521bc

Complementary Color

#a521bc #38bc21

#a521bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a521bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a521bc Color CSS Codes

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

#a521bc Text Font Color

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

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


#a521bc Background Color

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

This div background color is #a521bc


#a521bc Border Color

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

This div border color is #a521bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a521bc


Comments

No comments written yet.

Please login to write comment.