Color Hex Logo

#a42bda Color Hex

#A42BDA
(164,43,218)
0 Favorites   0 Comments

Color spaces of #a42bda

RGB 16443218
HSL0.780.700.51
HSV281°80°85°
CMYK 0.250.800.00   0.15
XYZ28.828614.682267.6442
Yxy14.68220.25940.1321
Hunter Lab38.317467.2416-77.8465
CIE-Lab45.195872.1675-65.1454

#a42bda color RGB value is (164,43,218).

#a42bda hex color red value is 164, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a42bda hue: 0.78 , saturation: 0.70 and the lightness value of a42bda is 0.51.

The process color (four color CMYK) of #a42bda color hex is 0.25, 0.80, 0.00, 0.15. Web safe color of #a42bda is #9933cc. Color #a42bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101011 11011010
Octal 244 53 332
Decimal 164 43 218
Hex A4 2B DA

RGB Percentages of Color #a42bda

%38.59
%10.12
%51.29

CMYK Percentages of Color #a42bda

%25
%80
%0
%15

Triadic Colors of #a42bda

#a42bda #daa42b #2bdaa4

Analogous Colors of #a42bda

#a42bda #da2bb9 #4d2bda

Monochromatic Colors of #a42bda

#a42bda

Complementary Color

#a42bda #61da2b

#a42bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42bda Color CSS Codes

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

#a42bda Text Font Color

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

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


#a42bda Background Color

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

This div background color is #a42bda


#a42bda Border Color

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

This div border color is #a42bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42bda


Comments

No comments written yet.

Please login to write comment.