Color Hex Logo

#a238ec Color Hex

#A238EC
(162,56,236)
0 Favorites   0 Comments

Color spaces of #a238ec

RGB 16256236
HSL0.760.830.57
HSV275°76°93°
CMYK 0.310.760.00   0.07
XYZ31.454816.565980.8966
Yxy16.56590.24400.1285
Hunter Lab40.701266.7216-89.3523
CIE-Lab47.708371.2438-71.3004

#a238ec color RGB value is (162,56,236).

#a238ec hex color red value is 162, green value is 56 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a238ec hue: 0.76 , saturation: 0.83 and the lightness value of a238ec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111000 11101100
Octal 242 70 354
Decimal 162 56 236
Hex A2 38 EC

RGB Percentages of Color #a238ec

%35.68
%12.33
%51.98

CMYK Percentages of Color #a238ec

%31
%76
%0
%7

Triadic Colors of #a238ec

#a238ec #eca238 #38eca2

Analogous Colors of #a238ec

#a238ec #ec38dc #4838ec

Monochromatic Colors of #a238ec

#a238ec

Complementary Color

#a238ec #82ec38

#a238ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a238ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a238ec Color CSS Codes

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

#a238ec Text Font Color

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

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


#a238ec Background Color

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

This div background color is #a238ec


#a238ec Border Color

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

This div border color is #a238ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a238ec


Comments

No comments written yet.

Please login to write comment.