Color Hex Logo

#a237be Color Hex

#A237BE
(162,55,190)
0 Favorites   0 Comments

Color spaces of #a237be

RGB 16255190
HSL0.800.550.48
HSV288°71°75°
CMYK 0.150.710.00   0.25
XYZ25.560714.131550.0956
Yxy14.13150.28470.1574
Hunter Lab37.591955.5857-52.6966
CIE-Lab44.420962.3015-50.2245

#a237be color RGB value is (162,55,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 10111110
Octal 242 67 276
Decimal 162 55 190
Hex A2 37 BE

RGB Percentages of Color #a237be

%39.80
%13.51
%46.68

CMYK Percentages of Color #a237be

%15
%71
%0
%25

Triadic Colors of #a237be

#a237be #bea237 #37bea2

Analogous Colors of #a237be

#a237be #be3797 #5f37be

Monochromatic Colors of #a237be

#a237be

Complementary Color

#a237be #53be37

#a237be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237be Color CSS Codes

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

#a237be Text Font Color

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

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


#a237be Background Color

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

This div background color is #a237be


#a237be Border Color

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

This div border color is #a237be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237be


Comments

No comments written yet.

Please login to write comment.