Color Hex Logo

#a348dd Color Hex

#A348DD
(163,72,221)
0 Favorites   0 Comments

Color spaces of #a348dd

RGB 16372221
HSL0.770.690.57
HSV277°67°87°
CMYK 0.260.670.00   0.13
XYZ30.472817.641770.2057
Yxy17.64170.25750.1491
Hunter Lab42.002055.9996-69.7009
CIE-Lab49.058661.7865-60.6129

#a348dd color RGB value is (163,72,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11011101
Octal 243 110 335
Decimal 163 72 221
Hex A3 48 DD

RGB Percentages of Color #a348dd

%35.75
%15.79
%48.46

CMYK Percentages of Color #a348dd

%26
%67
%0
%13

Triadic Colors of #a348dd

#a348dd #dda348 #48dda3

Analogous Colors of #a348dd

#a348dd #dd48cd #5848dd

Monochromatic Colors of #a348dd

#a348dd

Complementary Color

#a348dd #82dd48

#a348dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348dd Color CSS Codes

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

#a348dd Text Font Color

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

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


#a348dd Background Color

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

This div background color is #a348dd


#a348dd Border Color

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

This div border color is #a348dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,72,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 #a348dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348dd


Comments

No comments written yet.

Please login to write comment.