Color Hex Logo

#a42db5 Color Hex

#A42DB5
(164,45,181)
0 Favorites   0 Comments

Color spaces of #a42db5

RGB 16445181
HSL0.810.600.44
HSV293°75°71°
CMYK 0.090.750.00   0.29
XYZ24.588713.105544.9497
Yxy13.10550.29750.1586
Hunter Lab36.201557.8876-48.2765
CIE-Lab42.921864.6194-47.3305

#a42db5 color RGB value is (164,45,181).

#a42db5 hex color red value is 164, green value is 45 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a42db5 hue: 0.81 , saturation: 0.60 and the lightness value of a42db5 is 0.44.

The process color (four color CMYK) of #a42db5 color hex is 0.09, 0.75, 0.00, 0.29. Web safe color of #a42db5 is #9933cc. Color #a42db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101101 10110101
Octal 244 55 265
Decimal 164 45 181
Hex A4 2D B5

RGB Percentages of Color #a42db5

%42.05
%11.54
%46.41

CMYK Percentages of Color #a42db5

%9
%75
%0
%29

Triadic Colors of #a42db5

#a42db5 #b5a42d #2db5a4

Analogous Colors of #a42db5

#a42db5 #b52d82 #602db5

Monochromatic Colors of #a42db5

#a42db5

Complementary Color

#a42db5 #3eb52d

#a42db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42db5 Color CSS Codes

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

#a42db5 Text Font Color

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

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


#a42db5 Background Color

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

This div background color is #a42db5


#a42db5 Border Color

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

This div border color is #a42db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42db5


Comments

No comments written yet.

Please login to write comment.