Color Hex Logo

#a229be Color Hex

#A229BE
(162,41,190)
0 Favorites   0 Comments

Color spaces of #a229be

RGB 16241190
HSL0.800.650.45
HSV289°78°75°
CMYK 0.150.780.00   0.25
XYZ24.987512.985049.9046
Yxy12.98500.28430.1478
Hunter Lab36.034760.7163-56.8867
CIE-Lab42.740667.1134-52.9251

#a229be color RGB value is (162,41,190).

#a229be hex color red value is 162, green value is 41 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a229be hue: 0.80 , saturation: 0.65 and the lightness value of a229be is 0.45.

The process color (four color CMYK) of #a229be color hex is 0.15, 0.78, 0.00, 0.25. Web safe color of #a229be is #9933cc. Color #a229be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101001 10111110
Octal 242 51 276
Decimal 162 41 190
Hex A2 29 BE

RGB Percentages of Color #a229be

%41.22
%10.43
%48.35

CMYK Percentages of Color #a229be

%15
%78
%0
%25

Triadic Colors of #a229be

#a229be #bea229 #29bea2

Analogous Colors of #a229be

#a229be #be2990 #5729be

Monochromatic Colors of #a229be

#a229be

Complementary Color

#a229be #45be29

#a229be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a229be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a229be Color CSS Codes

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

#a229be Text Font Color

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

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


#a229be Background Color

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

This div background color is #a229be


#a229be Border Color

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

This div border color is #a229be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a229be


Comments

No comments written yet.

Please login to write comment.