Color Hex Logo

#a23ade Color Hex

#A23ADE
(162,58,222)
0 Favorites   0 Comments

Color spaces of #a23ade

RGB 16258222
HSL0.770.710.55
HSV278°74°87°
CMYK 0.270.740.00   0.13
XYZ29.598215.981470.6320
Yxy15.98140.25470.1375
Hunter Lab39.976762.1995-76.7715
CIE-Lab46.950167.5692-64.5973

#a23ade color RGB value is (162,58,222).

#a23ade hex color red value is 162, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a23ade hue: 0.77 , saturation: 0.71 and the lightness value of a23ade is 0.55.

The process color (four color CMYK) of #a23ade color hex is 0.27, 0.74, 0.00, 0.13. Web safe color of #a23ade is #9933cc. Color #a23ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 11011110
Octal 242 72 336
Decimal 162 58 222
Hex A2 3A DE

RGB Percentages of Color #a23ade

%36.65
%13.12
%50.23

CMYK Percentages of Color #a23ade

%27
%74
%0
%13

Triadic Colors of #a23ade

#a23ade #dea23a #3adea2

Analogous Colors of #a23ade

#a23ade #de3ac8 #503ade

Monochromatic Colors of #a23ade

#a23ade

Complementary Color

#a23ade #76de3a

#a23ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23ade Color CSS Codes

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

#a23ade Text Font Color

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

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


#a23ade Background Color

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

This div background color is #a23ade


#a23ade Border Color

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

This div border color is #a23ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23ade


Comments

No comments written yet.

Please login to write comment.