Color Hex Logo

#a00cdb Color Hex

#A00CDB
(160,12,219)
0 Favorites   0 Comments

Color spaces of #a00cdb

RGB 16012219
HSL0.790.900.45
HSV283°95°86°
CMYK 0.270.950.00   0.14
XYZ27.414912.851068.0534
Yxy12.85100.25310.1186
Hunter Lab35.848373.7730-87.4607
CIE-Lab42.537978.0405-70.0715

#a00cdb color RGB value is (160,12,219).

#a00cdb hex color red value is 160, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a00cdb hue: 0.79 , saturation: 0.90 and the lightness value of a00cdb is 0.45.

The process color (four color CMYK) of #a00cdb color hex is 0.27, 0.95, 0.00, 0.14. Web safe color of #a00cdb is #9900cc. Color #a00cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11011011
Octal 240 14 333
Decimal 160 12 219
Hex A0 C DB

RGB Percentages of Color #a00cdb

%40.92
%3.07
%56.01

CMYK Percentages of Color #a00cdb

%27
%95
%0
%14

Triadic Colors of #a00cdb

#a00cdb #dba00c #0cdba0

Analogous Colors of #a00cdb

#a00cdb #db0caf #380cdb

Monochromatic Colors of #a00cdb

#a00cdb

Complementary Color

#a00cdb #47db0c

#a00cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cdb Color CSS Codes

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

#a00cdb Text Font Color

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

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


#a00cdb Background Color

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

This div background color is #a00cdb


#a00cdb Border Color

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

This div border color is #a00cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,12,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a00cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a00cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #a00cdb;
  box-shadow:         1px 1px 3px 2px #a00cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,12,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cdb


Comments

No comments written yet.

Please login to write comment.