Color Hex Logo

#a642ba Color Hex

#A642BA
(166,66,186)
0 Favorites   0 Comments

Color spaces of #a642ba

RGB 16666186
HSL0.810.480.49
HSV290°65°73°
CMYK 0.110.650.00   0.27
XYZ26.537015.548648.0569
Yxy15.54860.29440.1725
Hunter Lab39.431751.1225-44.6567
CIE-Lab46.376657.9296-44.7291

#a642ba color RGB value is (166,66,186).

#a642ba hex color red value is 166, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a642ba hue: 0.81 , saturation: 0.48 and the lightness value of a642ba is 0.49.

The process color (four color CMYK) of #a642ba color hex is 0.11, 0.65, 0.00, 0.27. Web safe color of #a642ba is #9933cc. Color #a642ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 10111010
Octal 246 102 272
Decimal 166 66 186
Hex A6 42 BA

RGB Percentages of Color #a642ba

%39.71
%15.79
%44.50

CMYK Percentages of Color #a642ba

%11
%65
%0
%27

Triadic Colors of #a642ba

#a642ba #baa642 #42baa6

Analogous Colors of #a642ba

#a642ba #ba4292 #6a42ba

Monochromatic Colors of #a642ba

#a642ba

Complementary Color

#a642ba #56ba42

#a642ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642ba Color CSS Codes

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

#a642ba Text Font Color

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

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


#a642ba Background Color

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

This div background color is #a642ba


#a642ba Border Color

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

This div border color is #a642ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642ba


Comments

No comments written yet.

Please login to write comment.