Color Hex Logo

#a342be Color Hex

#A342BE
(163,66,190)
0 Favorites   0 Comments

Color spaces of #a342be

RGB 16366190
HSL0.800.490.50
HSV287°65°75°
CMYK 0.140.650.00   0.25
XYZ26.346715.400750.2992
Yxy15.40070.28620.1673
Hunter Lab39.243751.1614-48.5222
CIE-Lab46.178258.0018-47.4036

#a342be color RGB value is (163,66,190).

#a342be hex color red value is 163, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a342be hue: 0.80 , saturation: 0.49 and the lightness value of a342be is 0.50.

The process color (four color CMYK) of #a342be color hex is 0.14, 0.65, 0.00, 0.25. Web safe color of #a342be is #9933cc. Color #a342be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000010 10111110
Octal 243 102 276
Decimal 163 66 190
Hex A3 42 BE

RGB Percentages of Color #a342be

%38.90
%15.75
%45.35

CMYK Percentages of Color #a342be

%14
%65
%0
%25

Triadic Colors of #a342be

#a342be #bea342 #42bea3

Analogous Colors of #a342be

#a342be #be429b #6542be

Monochromatic Colors of #a342be

#a342be

Complementary Color

#a342be #5dbe42

#a342be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a342be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a342be Color CSS Codes

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

#a342be Text Font Color

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

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


#a342be Background Color

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

This div background color is #a342be


#a342be Border Color

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

This div border color is #a342be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a342be


Comments

No comments written yet.

Please login to write comment.