Color Hex Logo

#a04bda Color Hex

#A04BDA
(160,75,218)
0 Favorites   0 Comments

Color spaces of #a04bda

RGB 16075218
HSL0.770.660.57
HSV276°66°85°
CMYK 0.270.660.00   0.15
XYZ29.668217.567768.1569
Yxy17.56770.25710.1522
Hunter Lab41.913852.9998-67.0729
CIE-Lab48.967559.1403-59.0726

#a04bda color RGB value is (160,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11011010
Octal 240 113 332
Decimal 160 75 218
Hex A0 4B DA

RGB Percentages of Color #a04bda

%35.32
%16.56
%48.12

CMYK Percentages of Color #a04bda

%27
%66
%0
%15

Triadic Colors of #a04bda

#a04bda #daa04b #4bdaa0

Analogous Colors of #a04bda

#a04bda #da4bcd #594bda

Monochromatic Colors of #a04bda

#a04bda

Complementary Color

#a04bda #85da4b

#a04bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bda Color CSS Codes

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

#a04bda Text Font Color

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

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


#a04bda Background Color

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

This div background color is #a04bda


#a04bda Border Color

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

This div border color is #a04bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bda


Comments

No comments written yet.

Please login to write comment.