Color Hex Logo

#a236bb Color Hex

#A236BB
(162,54,187)
0 Favorites   0 Comments

Color spaces of #a236bb

RGB 16254187
HSL0.800.550.47
HSV289°71°73°
CMYK 0.130.710.00   0.27
XYZ25.189113.907648.3705
Yxy13.90760.28800.1590
Hunter Lab37.292955.3034-50.7967
CIE-Lab44.100162.1126-48.9846

#a236bb color RGB value is (162,54,187).

#a236bb hex color red value is 162, green value is 54 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a236bb hue: 0.80 , saturation: 0.55 and the lightness value of a236bb is 0.47.

The process color (four color CMYK) of #a236bb color hex is 0.13, 0.71, 0.00, 0.27. Web safe color of #a236bb is #9933cc. Color #a236bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110110 10111011
Octal 242 66 273
Decimal 162 54 187
Hex A2 36 BB

RGB Percentages of Color #a236bb

%40.20
%13.40
%46.40

CMYK Percentages of Color #a236bb

%13
%71
%0
%27

Triadic Colors of #a236bb

#a236bb #bba236 #36bba2

Analogous Colors of #a236bb

#a236bb #bb3692 #6036bb

Monochromatic Colors of #a236bb

#a236bb

Complementary Color

#a236bb #4fbb36

#a236bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a236bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a236bb Color CSS Codes

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

#a236bb Text Font Color

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

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


#a236bb Background Color

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

This div background color is #a236bb


#a236bb Border Color

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

This div border color is #a236bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a236bb


Comments

No comments written yet.

Please login to write comment.