Color Hex Logo

#a341de Color Hex

#A341DE
(163,65,222)
0 Favorites   0 Comments

Color spaces of #a341de

RGB 16365222
HSL0.770.700.56
HSV277°71°87°
CMYK 0.270.710.00   0.13
XYZ30.179416.841170.7673
Yxy16.84110.25620.1430
Hunter Lab41.037959.4531-73.5153
CIE-Lab48.059264.9925-62.7955

#a341de color RGB value is (163,65,222).

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

The process color (four color CMYK) of #a341de color hex is 0.27, 0.71, 0.00, 0.13. Web safe color of #a341de is #9933cc. Color #a341de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 11011110
Octal 243 101 336
Decimal 163 65 222
Hex A3 41 DE

RGB Percentages of Color #a341de

%36.22
%14.44
%49.33

CMYK Percentages of Color #a341de

%27
%71
%0
%13

Triadic Colors of #a341de

#a341de #dea341 #41dea3

Analogous Colors of #a341de

#a341de #de41cb #5541de

Monochromatic Colors of #a341de

#a341de

Complementary Color

#a341de #7cde41

#a341de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341de Color CSS Codes

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

#a341de Text Font Color

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

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


#a341de Background Color

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

This div background color is #a341de


#a341de Border Color

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

This div border color is #a341de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341de


Comments

No comments written yet.

Please login to write comment.