Color Hex Logo

#a813bb Color Hex

#A813BB
(168,19,187)
0 Favorites   0 Comments

Color spaces of #a813bb

RGB 16819187
HSL0.810.820.40
HSV293°90°73°
CMYK 0.100.900.00   0.27
XYZ25.351012.378448.0668
Yxy12.37840.29550.1443
Hunter Lab35.183067.0476-56.3737
CIE-Lab41.811372.6648-52.6108

#a813bb color RGB value is (168,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10111011
Octal 250 23 273
Decimal 168 19 187
Hex A8 13 BB

RGB Percentages of Color #a813bb

%44.92
%5.08
%50.00

CMYK Percentages of Color #a813bb

%10
%90
%0
%27

Triadic Colors of #a813bb

#a813bb #bba813 #13bba8

Analogous Colors of #a813bb

#a813bb #bb137a #5413bb

Monochromatic Colors of #a813bb

#a813bb

Complementary Color

#a813bb #26bb13

#a813bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813bb Color CSS Codes

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

#a813bb Text Font Color

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

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


#a813bb Background Color

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

This div background color is #a813bb


#a813bb Border Color

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

This div border color is #a813bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813bb


Comments

No comments written yet.

Please login to write comment.