Color Hex Logo

#a842ba Color Hex

#A842BA
(168,66,186)
0 Favorites   0 Comments

Color spaces of #a842ba

RGB 16866186
HSL0.810.480.49
HSV291°65°73°
CMYK 0.100.650.00   0.27
XYZ26.959615.766448.0767
Yxy15.76640.29690.1736
Hunter Lab39.706951.7081-43.9928
CIE-Lab46.666558.4056-44.2502

#a842ba color RGB value is (168,66,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 10111010
Octal 250 102 272
Decimal 168 66 186
Hex A8 42 BA

RGB Percentages of Color #a842ba

%40.00
%15.71
%44.29

CMYK Percentages of Color #a842ba

%10
%65
%0
%27

Triadic Colors of #a842ba

#a842ba #baa842 #42baa8

Analogous Colors of #a842ba

#a842ba #ba4290 #6c42ba

Monochromatic Colors of #a842ba

#a842ba

Complementary Color

#a842ba #54ba42

#a842ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a842ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a842ba Color CSS Codes

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

#a842ba Text Font Color

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

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


#a842ba Background Color

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

This div background color is #a842ba


#a842ba Border Color

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

This div border color is #a842ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a842ba


Comments

No comments written yet.

Please login to write comment.