Color Hex Logo

#a341ce Color Hex

#A341CE
(163,65,206)
0 Favorites   0 Comments

Color spaces of #a341ce

RGB 16365206
HSL0.780.590.53
HSV282°68°81°
CMYK 0.210.680.00   0.19
XYZ28.135116.023460.0025
Yxy16.02340.27010.1538
Hunter Lab40.029255.4100-60.8533
CIE-Lab47.005261.6529-55.3412

#a341ce color RGB value is (163,65,206).

#a341ce hex color red value is 163, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a341ce hue: 0.78 , saturation: 0.59 and the lightness value of a341ce is 0.53.

The process color (four color CMYK) of #a341ce color hex is 0.21, 0.68, 0.00, 0.19. Web safe color of #a341ce is #9933cc. Color #a341ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 11001110
Octal 243 101 316
Decimal 163 65 206
Hex A3 41 CE

RGB Percentages of Color #a341ce

%37.56
%14.98
%47.47

CMYK Percentages of Color #a341ce

%21
%68
%0
%19

Triadic Colors of #a341ce

#a341ce #cea341 #41cea3

Analogous Colors of #a341ce

#a341ce #ce41b3 #5c41ce

Monochromatic Colors of #a341ce

#a341ce

Complementary Color

#a341ce #6cce41

#a341ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341ce Color CSS Codes

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

#a341ce Text Font Color

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

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


#a341ce Background Color

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

This div background color is #a341ce


#a341ce Border Color

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

This div border color is #a341ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341ce


Comments

No comments written yet.

Please login to write comment.