Color Hex Logo

#a04bdb Color Hex

#A04BDB
(160,75,219)
0 Favorites   0 Comments

Color spaces of #a04bdb

RGB 16075219
HSL0.770.670.58
HSV275°66°86°
CMYK 0.270.660.00   0.14
XYZ29.799517.620268.8483
Yxy17.62020.25630.1515
Hunter Lab41.976453.2603-67.8619
CIE-Lab49.032259.3613-59.5376

#a04bdb color RGB value is (160,75,219).

#a04bdb hex color red value is 160, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a04bdb hue: 0.77 , saturation: 0.67 and the lightness value of a04bdb is 0.58.

The process color (four color CMYK) of #a04bdb color hex is 0.27, 0.66, 0.00, 0.14. Web safe color of #a04bdb is #9933cc. Color #a04bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11011011
Octal 240 113 333
Decimal 160 75 219
Hex A0 4B DB

RGB Percentages of Color #a04bdb

%35.24
%16.52
%48.24

CMYK Percentages of Color #a04bdb

%27
%66
%0
%14

Triadic Colors of #a04bdb

#a04bdb #dba04b #4bdba0

Analogous Colors of #a04bdb

#a04bdb #db4bce #584bdb

Monochromatic Colors of #a04bdb

#a04bdb

Complementary Color

#a04bdb #86db4b

#a04bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bdb Color CSS Codes

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

#a04bdb Text Font Color

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

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


#a04bdb Background Color

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

This div background color is #a04bdb


#a04bdb Border Color

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

This div border color is #a04bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bdb


Comments

No comments written yet.

Please login to write comment.