Color Hex Logo

#a352cb Color Hex

#A352CB
(163,82,203)
0 Favorites   0 Comments

Color spaces of #a352cb

RGB 16382203
HSL0.780.540.56
HSV280°60°80°
CMYK 0.200.600.00   0.20
XYZ28.901018.132958.4767
Yxy18.13290.27390.1719
Hunter Lab42.582746.6285-51.6120
CIE-Lab49.656953.2197-49.3674

#a352cb color RGB value is (163,82,203).

#a352cb hex color red value is 163, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a352cb hue: 0.78 , saturation: 0.54 and the lightness value of a352cb is 0.56.

The process color (four color CMYK) of #a352cb color hex is 0.20, 0.60, 0.00, 0.20. Web safe color of #a352cb is #9966cc. Color #a352cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010010 11001011
Octal 243 122 313
Decimal 163 82 203
Hex A3 52 CB

RGB Percentages of Color #a352cb

%36.38
%18.30
%45.31

CMYK Percentages of Color #a352cb

%20
%60
%0
%20

Triadic Colors of #a352cb

#a352cb #cba352 #52cba3

Analogous Colors of #a352cb

#a352cb #cb52b7 #6752cb

Monochromatic Colors of #a352cb

#a352cb

Complementary Color

#a352cb #7acb52

#a352cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a352cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a352cb Color CSS Codes

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

#a352cb Text Font Color

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

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


#a352cb Background Color

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

This div background color is #a352cb


#a352cb Border Color

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

This div border color is #a352cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,82,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a352cb


Comments

No comments written yet.

Please login to write comment.