Color Hex Logo

#a362ba Color Hex

#A362BA
(163,98,186)
0 Favorites   0 Comments

Color spaces of #a362ba

RGB 16398186
HSL0.790.390.56
HSV284°47°73°
CMYK 0.120.470.00   0.27
XYZ28.334920.067148.8343
Yxy20.06710.29140.2064
Hunter Lab44.796334.5126-33.2770
CIE-Lab51.913041.2854-36.0003

#a362ba color RGB value is (163,98,186).

#a362ba hex color red value is 163, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a362ba hue: 0.79 , saturation: 0.39 and the lightness value of a362ba is 0.56.

The process color (four color CMYK) of #a362ba color hex is 0.12, 0.47, 0.00, 0.27. Web safe color of #a362ba is #9966cc. Color #a362ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100010 10111010
Octal 243 142 272
Decimal 163 98 186
Hex A3 62 BA

RGB Percentages of Color #a362ba

%36.47
%21.92
%41.61

CMYK Percentages of Color #a362ba

%12
%47
%0
%27

Triadic Colors of #a362ba

#a362ba #baa362 #62baa3

Analogous Colors of #a362ba

#a362ba #ba62a5 #7762ba

Monochromatic Colors of #a362ba

#a362ba

Complementary Color

#a362ba #79ba62

#a362ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a362ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a362ba Color CSS Codes

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

#a362ba Text Font Color

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

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


#a362ba Background Color

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

This div background color is #a362ba


#a362ba Border Color

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

This div border color is #a362ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a362ba


Comments

No comments written yet.

Please login to write comment.