Color Hex Logo

#a344dd Color Hex

#A344DD
(163,68,221)
0 Favorites   0 Comments

Color spaces of #a344dd

RGB 16368221
HSL0.770.690.57
HSV277°69°87°
CMYK 0.260.690.00   0.13
XYZ30.222517.141270.1223
Yxy17.14120.25720.1459
Hunter Lab41.401957.8477-71.4379
CIE-Lab48.437563.5243-61.6154

#a344dd color RGB value is (163,68,221).

#a344dd hex color red value is 163, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a344dd hue: 0.77 , saturation: 0.69 and the lightness value of a344dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 11011101
Octal 243 104 335
Decimal 163 68 221
Hex A3 44 DD

RGB Percentages of Color #a344dd

%36.06
%15.04
%48.89

CMYK Percentages of Color #a344dd

%26
%69
%0
%13

Triadic Colors of #a344dd

#a344dd #dda344 #44dda3

Analogous Colors of #a344dd

#a344dd #dd44cb #5744dd

Monochromatic Colors of #a344dd

#a344dd

Complementary Color

#a344dd #7edd44

#a344dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a344dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a344dd Color CSS Codes

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

#a344dd Text Font Color

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

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


#a344dd Background Color

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

This div background color is #a344dd


#a344dd Border Color

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

This div border color is #a344dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,68,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a344dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a344dd;
  -webkit-box-shadow: 1px 1px 3px 2px #a344dd;
  box-shadow:         1px 1px 3px 2px #a344dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,68,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a344dd


Comments

No comments written yet.

Please login to write comment.