Color Hex Logo

#a442df Color Hex

#A442DF
(164,66,223)
0 Favorites   0 Comments

Color spaces of #a442df

RGB 16466223
HSL0.770.710.57
HSV277°70°87°
CMYK 0.260.700.00   0.13
XYZ30.577317.116771.5043
Yxy17.11670.25650.1436
Hunter Lab41.372359.5235-73.5110
CIE-Lab48.406764.9870-62.7956

#a442df color RGB value is (164,66,223).

#a442df hex color red value is 164, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a442df hue: 0.77 , saturation: 0.71 and the lightness value of a442df is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11011111
Octal 244 102 337
Decimal 164 66 223
Hex A4 42 DF

RGB Percentages of Color #a442df

%36.20
%14.57
%49.23

CMYK Percentages of Color #a442df

%26
%70
%0
%13

Triadic Colors of #a442df

#a442df #dfa442 #42dfa4

Analogous Colors of #a442df

#a442df #df42cc #5642df

Monochromatic Colors of #a442df

#a442df

Complementary Color

#a442df #7ddf42

#a442df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442df Color CSS Codes

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

#a442df Text Font Color

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

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


#a442df Background Color

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

This div background color is #a442df


#a442df Border Color

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

This div border color is #a442df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442df


Comments

No comments written yet.

Please login to write comment.