Color Hex Logo

#a02dba Color Hex

#A02DBA
(160,45,186)
0 Favorites   0 Comments

Color spaces of #a02dba

RGB 16045186
HSL0.800.610.45
HSV289°76°73°
CMYK 0.140.760.00   0.27
XYZ24.298512.895547.6628
Yxy12.89550.28630.1520
Hunter Lab35.910357.9380-53.5568
CIE-Lab42.605464.7250-50.8138

#a02dba color RGB value is (160,45,186).

#a02dba hex color red value is 160, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a02dba hue: 0.80 , saturation: 0.61 and the lightness value of a02dba is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101101 10111010
Octal 240 55 272
Decimal 160 45 186
Hex A0 2D BA

RGB Percentages of Color #a02dba

%40.92
%11.51
%47.57

CMYK Percentages of Color #a02dba

%14
%76
%0
%27

Triadic Colors of #a02dba

#a02dba #baa02d #2dbaa0

Analogous Colors of #a02dba

#a02dba #ba2d8e #5a2dba

Monochromatic Colors of #a02dba

#a02dba

Complementary Color

#a02dba #47ba2d

#a02dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02dba Color CSS Codes

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

#a02dba Text Font Color

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

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


#a02dba Background Color

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

This div background color is #a02dba


#a02dba Border Color

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

This div border color is #a02dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02dba


Comments

No comments written yet.

Please login to write comment.