Color Hex Logo

#a52bdc Color Hex

#A52BDC
(165,43,220)
0 Favorites   0 Comments

Color spaces of #a52bdc

RGB 16543220
HSL0.780.720.52
HSV281°80°86°
CMYK 0.250.800.00   0.14
XYZ29.299214.894469.0408
Yxy14.89440.25870.1315
Hunter Lab38.593367.9753-79.0506
CIE-Lab45.489272.7210-65.8060

#a52bdc color RGB value is (165,43,220).

#a52bdc hex color red value is 165, green value is 43 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a52bdc hue: 0.78 , saturation: 0.72 and the lightness value of a52bdc is 0.52.

The process color (four color CMYK) of #a52bdc color hex is 0.25, 0.80, 0.00, 0.14. Web safe color of #a52bdc is #9933cc. Color #a52bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 11011100
Octal 245 53 334
Decimal 165 43 220
Hex A5 2B DC

RGB Percentages of Color #a52bdc

%38.55
%10.05
%51.40

CMYK Percentages of Color #a52bdc

%25
%80
%0
%14

Triadic Colors of #a52bdc

#a52bdc #dca52b #2bdca5

Analogous Colors of #a52bdc

#a52bdc #dc2bbb #4d2bdc

Monochromatic Colors of #a52bdc

#a52bdc

Complementary Color

#a52bdc #62dc2b

#a52bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52bdc Color CSS Codes

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

#a52bdc Text Font Color

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

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


#a52bdc Background Color

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

This div background color is #a52bdc


#a52bdc Border Color

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

This div border color is #a52bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52bdc


Comments

No comments written yet.

Please login to write comment.