Color Hex Logo

#a352bd Color Hex

#A352BD
(163,82,189)
0 Favorites   0 Comments

Color spaces of #a352bd

RGB 16382189
HSL0.790.450.53
HSV285°57°74°
CMYK 0.140.570.00   0.26
XYZ27.306917.495250.0818
Yxy17.49520.28780.1844
Hunter Lab41.827343.3359-41.7117
CIE-Lab48.878050.2779-42.5257

#a352bd color RGB value is (163,82,189).

#a352bd hex color red value is 163, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a352bd hue: 0.79 , saturation: 0.45 and the lightness value of a352bd is 0.53.

The process color (four color CMYK) of #a352bd color hex is 0.14, 0.57, 0.00, 0.26. Web safe color of #a352bd is #9966cc. Color #a352bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010010 10111101
Octal 243 122 275
Decimal 163 82 189
Hex A3 52 BD

RGB Percentages of Color #a352bd

%37.56
%18.89
%43.55

CMYK Percentages of Color #a352bd

%14
%57
%0
%26

Triadic Colors of #a352bd

#a352bd #bda352 #52bda3

Analogous Colors of #a352bd

#a352bd #bd52a2 #6e52bd

Monochromatic Colors of #a352bd

#a352bd

Complementary Color

#a352bd #6cbd52

#a352bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a352bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a352bd Color CSS Codes

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

#a352bd Text Font Color

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

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


#a352bd Background Color

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

This div background color is #a352bd


#a352bd Border Color

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

This div border color is #a352bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a352bd


Comments

No comments written yet.

Please login to write comment.