Color Hex Logo

#a228bd Color Hex

#A228BD
(162,40,189)
0 Favorites   0 Comments

Color spaces of #a228bd

RGB 16240189
HSL0.800.650.45
HSV289°79°74°
CMYK 0.140.790.00   0.26
XYZ24.844412.873149.3194
Yxy12.87310.28540.1479
Hunter Lab35.879160.8135-56.3846
CIE-Lab42.571467.2302-52.6117

#a228bd color RGB value is (162,40,189).

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

The process color (four color CMYK) of #a228bd color hex is 0.14, 0.79, 0.00, 0.26. Web safe color of #a228bd is #9933cc. Color #a228bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101000 10111101
Octal 242 50 275
Decimal 162 40 189
Hex A2 28 BD

RGB Percentages of Color #a228bd

%41.43
%10.23
%48.34

CMYK Percentages of Color #a228bd

%14
%79
%0
%26

Triadic Colors of #a228bd

#a228bd #bda228 #28bda2

Analogous Colors of #a228bd

#a228bd #bd288e #5728bd

Monochromatic Colors of #a228bd

#a228bd

Complementary Color

#a228bd #43bd28

#a228bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a228bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a228bd Color CSS Codes

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

#a228bd Text Font Color

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

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


#a228bd Background Color

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

This div background color is #a228bd


#a228bd Border Color

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

This div border color is #a228bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a228bd


Comments

No comments written yet.

Please login to write comment.