Color Hex Logo

#a814be Color Hex

#A814BE
(168,20,190)
0 Favorites   0 Comments

Color spaces of #a814be

RGB 16820190
HSL0.810.810.41
HSV292°89°75°
CMYK 0.120.890.00   0.25
XYZ25.692912.542849.7820
Yxy12.54280.29190.1425
Hunter Lab35.415867.5177-58.5495
CIE-Lab42.066173.0070-53.9617

#a814be color RGB value is (168,20,190).

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

The process color (four color CMYK) of #a814be color hex is 0.12, 0.89, 0.00, 0.25. Web safe color of #a814be is #9900cc. Color #a814be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 10111110
Octal 250 24 276
Decimal 168 20 190
Hex A8 14 BE

RGB Percentages of Color #a814be

%44.44
%5.29
%50.26

CMYK Percentages of Color #a814be

%12
%89
%0
%25

Triadic Colors of #a814be

#a814be #bea814 #14bea8

Analogous Colors of #a814be

#a814be #be147f #5314be

Monochromatic Colors of #a814be

#a814be

Complementary Color

#a814be #2abe14

#a814be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814be Color CSS Codes

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

#a814be Text Font Color

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

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


#a814be Background Color

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

This div background color is #a814be


#a814be Border Color

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

This div border color is #a814be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,20,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814be


Comments

No comments written yet.

Please login to write comment.