Color Hex Logo

#a403bb Color Hex

#A403BB
(164,3,187)
0 Favorites   0 Comments

Color spaces of #a403bb

RGB 1643187
HSL0.810.970.37
HSV293°98°73°
CMYK 0.120.980.00   0.27
XYZ24.312011.545547.9608
Yxy11.54550.29010.1377
Hunter Lab33.978768.2555-59.9026
CIE-Lab40.484573.9256-54.7864

#a403bb color RGB value is (164,3,187).

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

The process color (four color CMYK) of #a403bb color hex is 0.12, 0.98, 0.00, 0.27. Web safe color of #a403bb is #9900cc. Color #a403bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000011 10111011
Octal 244 3 273
Decimal 164 3 187
Hex A4 3 BB

RGB Percentages of Color #a403bb

%46.33
%0.85
%52.82

CMYK Percentages of Color #a403bb

%12
%98
%0
%27

Triadic Colors of #a403bb

#a403bb #bba403 #03bba4

Analogous Colors of #a403bb

#a403bb #bb0376 #4803bb

Monochromatic Colors of #a403bb

#a403bb

Complementary Color

#a403bb #1abb03

#a403bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a403bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a403bb Color CSS Codes

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

#a403bb Text Font Color

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

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


#a403bb Background Color

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

This div background color is #a403bb


#a403bb Border Color

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

This div border color is #a403bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,3,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a403bb


Comments

No comments written yet.

Please login to write comment.