Color Hex Logo

#a237bd Color Hex

#A237BD
(162,55,189)
0 Favorites   0 Comments

Color spaces of #a237bd

RGB 16255189
HSL0.800.550.48
HSV288°71°74°
CMYK 0.140.710.00   0.26
XYZ25.451814.087949.5219
Yxy14.08790.28580.1582
Hunter Lab37.533955.3571-51.9531
CIE-Lab44.358762.1106-49.7401

#a237bd color RGB value is (162,55,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 10111101
Octal 242 67 275
Decimal 162 55 189
Hex A2 37 BD

RGB Percentages of Color #a237bd

%39.90
%13.55
%46.55

CMYK Percentages of Color #a237bd

%14
%71
%0
%26

Triadic Colors of #a237bd

#a237bd #bda237 #37bda2

Analogous Colors of #a237bd

#a237bd #bd3795 #5f37bd

Monochromatic Colors of #a237bd

#a237bd

Complementary Color

#a237bd #52bd37

#a237bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237bd Color CSS Codes

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

#a237bd Text Font Color

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

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


#a237bd Background Color

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

This div background color is #a237bd


#a237bd Border Color

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

This div border color is #a237bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237bd


Comments

No comments written yet.

Please login to write comment.