Color Hex Logo

#a03bdb Color Hex

#A03BDB
(160,59,219)
0 Favorites   0 Comments

Color spaces of #a03bdb

RGB 16059219
HSL0.770.690.55
HSV278°73°86°
CMYK 0.270.730.00   0.14
XYZ28.847415.716068.5309
Yxy15.71600.25510.1390
Hunter Lab39.643460.5135-74.7432
CIE-Lab46.599766.1895-63.4674

#a03bdb color RGB value is (160,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11011011
Octal 240 73 333
Decimal 160 59 219
Hex A0 3B DB

RGB Percentages of Color #a03bdb

%36.53
%13.47
%50.00

CMYK Percentages of Color #a03bdb

%27
%73
%0
%14

Triadic Colors of #a03bdb

#a03bdb #dba03b #3bdba0

Analogous Colors of #a03bdb

#a03bdb #db3bc6 #503bdb

Monochromatic Colors of #a03bdb

#a03bdb

Complementary Color

#a03bdb #76db3b

#a03bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bdb Color CSS Codes

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

#a03bdb Text Font Color

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

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


#a03bdb Background Color

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

This div background color is #a03bdb


#a03bdb Border Color

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

This div border color is #a03bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bdb


Comments

No comments written yet.

Please login to write comment.