Color Hex Logo

#a237cc Color Hex

#A237CC
(162,55,204)
0 Favorites   0 Comments

Color spaces of #a237cc

RGB 16255204
HSL0.790.590.51
HSV283°73°80°
CMYK 0.210.730.00   0.20
XYZ27.165614.773458.5465
Yxy14.77340.27030.1470
Hunter Lab38.436258.8954-63.4060
CIE-Lab45.322365.0344-56.9056

#a237cc color RGB value is (162,55,204).

#a237cc hex color red value is 162, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a237cc hue: 0.79 , saturation: 0.59 and the lightness value of a237cc is 0.51.

The process color (four color CMYK) of #a237cc color hex is 0.21, 0.73, 0.00, 0.20. Web safe color of #a237cc is #9933cc. Color #a237cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 11001100
Octal 242 67 314
Decimal 162 55 204
Hex A2 37 CC

RGB Percentages of Color #a237cc

%38.48
%13.06
%48.46

CMYK Percentages of Color #a237cc

%21
%73
%0
%20

Triadic Colors of #a237cc

#a237cc #cca237 #37cca2

Analogous Colors of #a237cc

#a237cc #cc37ac #5737cc

Monochromatic Colors of #a237cc

#a237cc

Complementary Color

#a237cc #61cc37

#a237cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237cc Color CSS Codes

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

#a237cc Text Font Color

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

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


#a237cc Background Color

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

This div background color is #a237cc


#a237cc Border Color

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

This div border color is #a237cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237cc


Comments

No comments written yet.

Please login to write comment.