Color Hex Logo

#a303bd Color Hex

#A303BD
(163,3,189)
0 Favorites   0 Comments

Color spaces of #a303bd

RGB 1633189
HSL0.810.970.38
HSV292°98°74°
CMYK 0.140.980.00   0.26
XYZ24.322111.525849.0869
Yxy11.52580.28640.1357
Hunter Lab33.949768.4684-61.9610
CIE-Lab40.452374.1081-56.0236

#a303bd color RGB value is (163,3,189).

#a303bd hex color red value is 163, green value is 3 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a303bd hue: 0.81 , saturation: 0.97 and the lightness value of a303bd is 0.38.

The process color (four color CMYK) of #a303bd color hex is 0.14, 0.98, 0.00, 0.26. Web safe color of #a303bd is #9900cc. Color #a303bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000011 10111101
Octal 243 3 275
Decimal 163 3 189
Hex A3 3 BD

RGB Percentages of Color #a303bd

%45.92
%0.85
%53.24

CMYK Percentages of Color #a303bd

%14
%98
%0
%26

Triadic Colors of #a303bd

#a303bd #bda303 #03bda3

Analogous Colors of #a303bd

#a303bd #bd037a #4603bd

Monochromatic Colors of #a303bd

#a303bd

Complementary Color

#a303bd #1dbd03

#a303bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a303bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a303bd Color CSS Codes

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

#a303bd Text Font Color

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

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


#a303bd Background Color

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

This div background color is #a303bd


#a303bd Border Color

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

This div border color is #a303bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a303bd


Comments

No comments written yet.

Please login to write comment.