Color Hex Logo

#a823dd Color Hex

#A823DD
(168,35,221)
0 Favorites   0 Comments

Color spaces of #a823dd

RGB 16835221
HSL0.790.730.50
HSV283°84°87°
CMYK 0.240.840.00   0.13
XYZ29.800614.747469.6825
Yxy14.74740.26090.1291
Hunter Lab38.402371.3137-80.7023
CIE-Lab45.286375.5116-66.6866

#a823dd color RGB value is (168,35,221).

#a823dd hex color red value is 168, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a823dd hue: 0.79 , saturation: 0.73 and the lightness value of a823dd is 0.50.

The process color (four color CMYK) of #a823dd color hex is 0.24, 0.84, 0.00, 0.13. Web safe color of #a823dd is #9933cc. Color #a823dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 11011101
Octal 250 43 335
Decimal 168 35 221
Hex A8 23 DD

RGB Percentages of Color #a823dd

%39.62
%8.25
%52.12

CMYK Percentages of Color #a823dd

%24
%84
%0
%13

Triadic Colors of #a823dd

#a823dd #dda823 #23dda8

Analogous Colors of #a823dd

#a823dd #dd23b5 #4b23dd

Monochromatic Colors of #a823dd

#a823dd

Complementary Color

#a823dd #58dd23

#a823dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a823dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a823dd Color CSS Codes

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

#a823dd Text Font Color

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

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


#a823dd Background Color

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

This div background color is #a823dd


#a823dd Border Color

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

This div border color is #a823dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a823dd


Comments

No comments written yet.

Please login to write comment.