Color Hex Logo

#a341da Color Hex

#A341DA
(163,65,218)
0 Favorites   0 Comments

Color spaces of #a341da

RGB 16365218
HSL0.770.670.55
HSV278°70°85°
CMYK 0.250.700.00   0.15
XYZ29.649416.629167.9767
Yxy16.62910.25950.1455
Hunter Lab40.778858.4207-70.2890
CIE-Lab47.789364.1474-60.9531

#a341da color RGB value is (163,65,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 11011010
Octal 243 101 332
Decimal 163 65 218
Hex A3 41 DA

RGB Percentages of Color #a341da

%36.55
%14.57
%48.88

CMYK Percentages of Color #a341da

%25
%70
%0
%15

Triadic Colors of #a341da

#a341da #daa341 #41daa3

Analogous Colors of #a341da

#a341da #da41c5 #5741da

Monochromatic Colors of #a341da

#a341da

Complementary Color

#a341da #78da41

#a341da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341da Color CSS Codes

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

#a341da Text Font Color

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

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


#a341da Background Color

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

This div background color is #a341da


#a341da Border Color

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

This div border color is #a341da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341da


Comments

No comments written yet.

Please login to write comment.