Color Hex Logo

#a815bb Color Hex

#A815BB
(168,21,187)
0 Favorites   0 Comments

Color spaces of #a815bb

RGB 16821187
HSL0.810.800.41
HSV293°89°73°
CMYK 0.100.890.00   0.27
XYZ25.386312.449048.0786
Yxy12.44900.29550.1449
Hunter Lab35.283166.6857-56.0934
CIE-Lab41.921072.3413-52.4341

#a815bb color RGB value is (168,21,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 10111011
Octal 250 25 273
Decimal 168 21 187
Hex A8 15 BB

RGB Percentages of Color #a815bb

%44.68
%5.59
%49.73

CMYK Percentages of Color #a815bb

%10
%89
%0
%27

Triadic Colors of #a815bb

#a815bb #bba815 #15bba8

Analogous Colors of #a815bb

#a815bb #bb157b #5515bb

Monochromatic Colors of #a815bb

#a815bb

Complementary Color

#a815bb #28bb15

#a815bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815bb Color CSS Codes

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

#a815bb Text Font Color

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

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


#a815bb Background Color

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

This div background color is #a815bb


#a815bb Border Color

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

This div border color is #a815bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815bb


Comments

No comments written yet.

Please login to write comment.