Color Hex Logo

#a227a6 Color Hex

#A227A6
(162,39,166)
0 Favorites   0 Comments

Color spaces of #a227a6

RGB 16239166
HSL0.830.620.40
HSV298°77°65°
CMYK 0.020.770.00   0.35
XYZ22.508711.885637.1842
Yxy11.88560.31450.1660
Hunter Lab34.475556.2087-39.8155
CIE-Lab41.033763.5083-41.4624

#a227a6 color RGB value is (162,39,166).

#a227a6 hex color red value is 162, green value is 39 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #a227a6 hue: 0.83 , saturation: 0.62 and the lightness value of a227a6 is 0.40.

The process color (four color CMYK) of #a227a6 color hex is 0.02, 0.77, 0.00, 0.35. Web safe color of #a227a6 is #993399. Color #a227a6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100111 10100110
Octal 242 47 246
Decimal 162 39 166
Hex A2 27 A6

RGB Percentages of Color #a227a6

%44.14
%10.63
%45.23

CMYK Percentages of Color #a227a6

%2
%77
%0
%35

Triadic Colors of #a227a6

#a227a6 #a6a227 #27a6a2

Analogous Colors of #a227a6

#a227a6 #a6276b #6327a6

Monochromatic Colors of #a227a6

#a227a6

Complementary Color

#a227a6 #2ba627

#a227a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a227a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a227a6 Color CSS Codes

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

#a227a6 Text Font Color

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

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


#a227a6 Background Color

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

This div background color is #a227a6


#a227a6 Border Color

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

This div border color is #a227a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a227a6


Comments

No comments written yet.

Please login to write comment.