Color Hex Logo

#a370bd Color Hex

#A370BD
(163,112,189)
0 Favorites   0 Comments

Color spaces of #a370bd

RGB 163112189
HSL0.780.370.59
HSV280°41°74°
CMYK 0.140.410.00   0.26
XYZ30.083723.049051.0074
Yxy23.04900.28890.2213
Hunter Lab48.009427.8355-29.3859
CIE-Lab55.122834.1851-32.7042

#a370bd color RGB value is (163,112,189).

#a370bd hex color red value is 163, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a370bd hue: 0.78 , saturation: 0.37 and the lightness value of a370bd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 10111101
Octal 243 160 275
Decimal 163 112 189
Hex A3 70 BD

RGB Percentages of Color #a370bd

%35.13
%24.14
%40.73

CMYK Percentages of Color #a370bd

%14
%41
%0
%26

Triadic Colors of #a370bd

#a370bd #bda370 #70bda3

Analogous Colors of #a370bd

#a370bd #bd70b1 #7d70bd

Monochromatic Colors of #a370bd

#a370bd

Complementary Color

#a370bd #8abd70

#a370bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a370bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a370bd Color CSS Codes

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

#a370bd Text Font Color

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

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


#a370bd Background Color

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

This div background color is #a370bd


#a370bd Border Color

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

This div border color is #a370bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a370bd


Comments

No comments written yet.

Please login to write comment.