Color Hex Logo

#a462ba Color Hex

#A462BA
(164,98,186)
0 Favorites   0 Comments

Color spaces of #a462ba

RGB 16498186
HSL0.790.390.56
HSV285°47°73°
CMYK 0.120.470.00   0.27
XYZ28.540520.173048.8439
Yxy20.17300.29260.2068
Hunter Lab44.914434.8264-33.0372
CIE-Lab52.032241.5773-35.8047

#a462ba color RGB value is (164,98,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 10111010
Octal 244 142 272
Decimal 164 98 186
Hex A4 62 BA

RGB Percentages of Color #a462ba

%36.61
%21.88
%41.52

CMYK Percentages of Color #a462ba

%12
%47
%0
%27

Triadic Colors of #a462ba

#a462ba #baa462 #62baa4

Analogous Colors of #a462ba

#a462ba #ba62a4 #7862ba

Monochromatic Colors of #a462ba

#a462ba

Complementary Color

#a462ba #78ba62

#a462ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a462ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a462ba Color CSS Codes

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

#a462ba Text Font Color

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

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


#a462ba Background Color

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

This div background color is #a462ba


#a462ba Border Color

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

This div border color is #a462ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a462ba


Comments

No comments written yet.

Please login to write comment.