Color Hex Logo

#a442bd Color Hex

#A442BD
(164,66,189)
0 Favorites   0 Comments

Color spaces of #a442bd

RGB 16466189
HSL0.800.480.50
HSV288°65°74°
CMYK 0.130.650.00   0.26
XYZ26.443415.463149.7351
Yxy15.46310.28860.1687
Hunter Lab39.323151.2193-47.4626
CIE-Lab46.262158.0387-46.6789

#a442bd color RGB value is (164,66,189).

#a442bd hex color red value is 164, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a442bd hue: 0.80 , saturation: 0.48 and the lightness value of a442bd is 0.50.

The process color (four color CMYK) of #a442bd color hex is 0.13, 0.65, 0.00, 0.26. Web safe color of #a442bd is #9933cc. Color #a442bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 10111101
Octal 244 102 275
Decimal 164 66 189
Hex A4 42 BD

RGB Percentages of Color #a442bd

%39.14
%15.75
%45.11

CMYK Percentages of Color #a442bd

%13
%65
%0
%26

Triadic Colors of #a442bd

#a442bd #bda442 #42bda4

Analogous Colors of #a442bd

#a442bd #bd4299 #6742bd

Monochromatic Colors of #a442bd

#a442bd

Complementary Color

#a442bd #5bbd42

#a442bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442bd Color CSS Codes

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

#a442bd Text Font Color

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

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


#a442bd Background Color

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

This div background color is #a442bd


#a442bd Border Color

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

This div border color is #a442bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442bd


Comments

No comments written yet.

Please login to write comment.