Color Hex Logo

#a42dbe Color Hex

#A42DBE
(164,45,190)
0 Favorites   0 Comments

Color spaces of #a42dbe

RGB 16445190
HSL0.800.620.46
HSV289°76°75°
CMYK 0.140.760.00   0.25
XYZ25.542513.487049.9722
Yxy13.48700.28700.1515
Hunter Lab36.724759.8811-54.9702
CIE-Lab43.488166.2459-51.7060

#a42dbe color RGB value is (164,45,190).

#a42dbe hex color red value is 164, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a42dbe hue: 0.80 , saturation: 0.62 and the lightness value of a42dbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101101 10111110
Octal 244 55 276
Decimal 164 45 190
Hex A4 2D BE

RGB Percentages of Color #a42dbe

%41.10
%11.28
%47.62

CMYK Percentages of Color #a42dbe

%14
%76
%0
%25

Triadic Colors of #a42dbe

#a42dbe #bea42d #2dbea4

Analogous Colors of #a42dbe

#a42dbe #be2d90 #5c2dbe

Monochromatic Colors of #a42dbe

#a42dbe

Complementary Color

#a42dbe #47be2d

#a42dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42dbe Color CSS Codes

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

#a42dbe Text Font Color

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

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


#a42dbe Background Color

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

This div background color is #a42dbe


#a42dbe Border Color

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

This div border color is #a42dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42dbe


Comments

No comments written yet.

Please login to write comment.