Color Hex Logo

#a803bb Color Hex

#A803BB
(168,3,187)
0 Favorites   0 Comments

Color spaces of #a803bb

RGB 1683187
HSL0.820.970.37
HSV294°98°73°
CMYK 0.100.980.00   0.27
XYZ25.150711.977848.0001
Yxy11.97780.29540.1407
Hunter Lab34.609069.1522-58.0046
CIE-Lab41.180874.5326-53.6274

#a803bb color RGB value is (168,3,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000011 10111011
Octal 250 3 273
Decimal 168 3 187
Hex A8 3 BB

RGB Percentages of Color #a803bb

%46.93
%0.84
%52.23

CMYK Percentages of Color #a803bb

%10
%98
%0
%27

Triadic Colors of #a803bb

#a803bb #bba803 #03bba8

Analogous Colors of #a803bb

#a803bb #bb0372 #4c03bb

Monochromatic Colors of #a803bb

#a803bb

Complementary Color

#a803bb #16bb03

#a803bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a803bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a803bb Color CSS Codes

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

#a803bb Text Font Color

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

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


#a803bb Background Color

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

This div background color is #a803bb


#a803bb Border Color

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

This div border color is #a803bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a803bb


Comments

No comments written yet.

Please login to write comment.