Color Hex Logo

#a348da Color Hex

#A348DA
(163,72,218)
0 Favorites   0 Comments

Color spaces of #a348da

RGB 16372218
HSL0.770.660.57
HSV277°67°85°
CMYK 0.250.670.00   0.15
XYZ30.076517.483268.1191
Yxy17.48320.26000.1511
Hunter Lab41.812955.2244-67.3227
CIE-Lab48.863261.1389-59.2208

#a348da color RGB value is (163,72,218).

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

The process color (four color CMYK) of #a348da color hex is 0.25, 0.67, 0.00, 0.15. Web safe color of #a348da is #9933cc. Color #a348da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11011010
Octal 243 110 332
Decimal 163 72 218
Hex A3 48 DA

RGB Percentages of Color #a348da

%35.98
%15.89
%48.12

CMYK Percentages of Color #a348da

%25
%67
%0
%15

Triadic Colors of #a348da

#a348da #daa348 #48daa3

Analogous Colors of #a348da

#a348da #da48c8 #5a48da

Monochromatic Colors of #a348da

#a348da

Complementary Color

#a348da #7fda48

#a348da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348da Color CSS Codes

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

#a348da Text Font Color

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

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


#a348da Background Color

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

This div background color is #a348da


#a348da Border Color

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

This div border color is #a348da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348da


Comments

No comments written yet.

Please login to write comment.