Color Hex Logo

#a823eb Color Hex

#A823EB
(168,35,235)
0 Favorites   0 Comments

Color spaces of #a823eb

RGB 16835235
HSL0.780.830.53
HSV280°85°92°
CMYK 0.290.850.00   0.08
XYZ31.744915.525179.9208
Yxy15.52510.24960.1221
Hunter Lab39.401974.8586-92.6795
CIE-Lab46.345278.1795-72.9194

#a823eb color RGB value is (168,35,235).

#a823eb hex color red value is 168, green value is 35 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a823eb hue: 0.78 , saturation: 0.83 and the lightness value of a823eb is 0.53.

The process color (four color CMYK) of #a823eb color hex is 0.29, 0.85, 0.00, 0.08. Web safe color of #a823eb is #9933ff. Color #a823eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 11101011
Octal 250 43 353
Decimal 168 35 235
Hex A8 23 EB

RGB Percentages of Color #a823eb

%38.36
%7.99
%53.65

CMYK Percentages of Color #a823eb

%29
%85
%0
%8

Triadic Colors of #a823eb

#a823eb #eba823 #23eba8

Analogous Colors of #a823eb

#a823eb #eb23ca #4423eb

Monochromatic Colors of #a823eb

#a823eb

Complementary Color

#a823eb #66eb23

#a823eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a823eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a823eb Color CSS Codes

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

#a823eb Text Font Color

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

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


#a823eb Background Color

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

This div background color is #a823eb


#a823eb Border Color

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

This div border color is #a823eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a823eb


Comments

No comments written yet.

Please login to write comment.