Color Hex Logo

#a238cc Color Hex

#A238CC
(162,56,204)
0 Favorites   0 Comments

Color spaces of #a238cc

RGB 16256204
HSL0.790.590.51
HSV283°73°80°
CMYK 0.210.730.00   0.20
XYZ27.213514.869458.5625
Yxy14.86940.27040.1477
Hunter Lab38.560958.4910-63.0513
CIE-Lab45.454864.6566-56.6919

#a238cc color RGB value is (162,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111000 11001100
Octal 242 70 314
Decimal 162 56 204
Hex A2 38 CC

RGB Percentages of Color #a238cc

%38.39
%13.27
%48.34

CMYK Percentages of Color #a238cc

%21
%73
%0
%20

Triadic Colors of #a238cc

#a238cc #cca238 #38cca2

Analogous Colors of #a238cc

#a238cc #cc38ac #5838cc

Monochromatic Colors of #a238cc

#a238cc

Complementary Color

#a238cc #62cc38

#a238cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a238cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a238cc Color CSS Codes

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

#a238cc Text Font Color

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

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


#a238cc Background Color

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

This div background color is #a238cc


#a238cc Border Color

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

This div border color is #a238cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a238cc


Comments

No comments written yet.

Please login to write comment.