Color Hex Logo

#a223ed Color Hex

#A223ED
(162,35,237)
0 Favorites   0 Comments

Color spaces of #a223ed

RGB 16235237
HSL0.770.850.53
HSV278°85°93°
CMYK 0.320.850.00   0.07
XYZ30.787414.997981.3930
Yxy14.99790.24210.1179
Hunter Lab38.727174.1320-97.5011
CIE-Lab45.631377.7329-75.2512

#a223ed color RGB value is (162,35,237).

#a223ed hex color red value is 162, green value is 35 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a223ed hue: 0.77 , saturation: 0.85 and the lightness value of a223ed is 0.53.

The process color (four color CMYK) of #a223ed color hex is 0.32, 0.85, 0.00, 0.07. Web safe color of #a223ed is #9933ff. Color #a223ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100011 11101101
Octal 242 43 355
Decimal 162 35 237
Hex A2 23 ED

RGB Percentages of Color #a223ed

%37.33
%8.06
%54.61

CMYK Percentages of Color #a223ed

%32
%85
%0
%7

Triadic Colors of #a223ed

#a223ed #eda223 #23eda2

Analogous Colors of #a223ed

#a223ed #ed23d3 #3d23ed

Monochromatic Colors of #a223ed

#a223ed

Complementary Color

#a223ed #6eed23

#a223ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a223ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a223ed Color CSS Codes

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

#a223ed Text Font Color

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

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


#a223ed Background Color

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

This div background color is #a223ed


#a223ed Border Color

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

This div border color is #a223ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a223ed


Comments

No comments written yet.

Please login to write comment.