Color Hex Logo

#a237bb Color Hex

#A237BB
(162,55,187)
0 Favorites   0 Comments

Color spaces of #a237bb

RGB 16255187
HSL0.800.550.47
HSV289°71°73°
CMYK 0.130.710.00   0.27
XYZ25.236114.001648.3862
Yxy14.00160.28800.1598
Hunter Lab37.418754.9020-50.4749
CIE-Lab44.235261.7299-48.7682

#a237bb color RGB value is (162,55,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 10111011
Octal 242 67 273
Decimal 162 55 187
Hex A2 37 BB

RGB Percentages of Color #a237bb

%40.10
%13.61
%46.29

CMYK Percentages of Color #a237bb

%13
%71
%0
%27

Triadic Colors of #a237bb

#a237bb #bba237 #37bba2

Analogous Colors of #a237bb

#a237bb #bb3792 #6037bb

Monochromatic Colors of #a237bb

#a237bb

Complementary Color

#a237bb #50bb37

#a237bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237bb Color CSS Codes

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

#a237bb Text Font Color

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

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


#a237bb Background Color

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

This div background color is #a237bb


#a237bb Border Color

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

This div border color is #a237bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237bb


Comments

No comments written yet.

Please login to write comment.