Color Hex Logo

#a237ea Color Hex

#A237EA
(162,55,234)
0 Favorites   0 Comments

Color spaces of #a237ea

RGB 16255234
HSL0.770.810.57
HSV276°76°92°
CMYK 0.310.760.00   0.08
XYZ31.117816.354379.3585
Yxy16.35430.24530.1289
Hunter Lab40.440566.5800-88.0397
CIE-Lab47.435971.1784-70.6147

#a237ea color RGB value is (162,55,234).

#a237ea hex color red value is 162, green value is 55 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a237ea hue: 0.77 , saturation: 0.81 and the lightness value of a237ea is 0.57.

The process color (four color CMYK) of #a237ea color hex is 0.31, 0.76, 0.00, 0.08. Web safe color of #a237ea is #9933ff. Color #a237ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 11101010
Octal 242 67 352
Decimal 162 55 234
Hex A2 37 EA

RGB Percentages of Color #a237ea

%35.92
%12.20
%51.88

CMYK Percentages of Color #a237ea

%31
%76
%0
%8

Triadic Colors of #a237ea

#a237ea #eaa237 #37eaa2

Analogous Colors of #a237ea

#a237ea #ea37d9 #4837ea

Monochromatic Colors of #a237ea

#a237ea

Complementary Color

#a237ea #7fea37

#a237ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237ea Color CSS Codes

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

#a237ea Text Font Color

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

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


#a237ea Background Color

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

This div background color is #a237ea


#a237ea Border Color

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

This div border color is #a237ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237ea


Comments

No comments written yet.

Please login to write comment.