Color Hex Logo

#a893dd Color Hex

#A893DD
(168,147,221)
0 Favorites   0 Comments

Color spaces of #a893dd

RGB 168147221
HSL0.710.520.72
HSV257°33°87°
CMYK 0.240.330.00   0.13
XYZ39.633334.412772.9600
Yxy34.41270.26960.2341
Hunter Lab58.662317.9386-32.6770
CIE-Lab65.288823.1630-34.8603

#a893dd color RGB value is (168,147,221).

#a893dd hex color red value is 168, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a893dd hue: 0.71 , saturation: 0.52 and the lightness value of a893dd is 0.72.

The process color (four color CMYK) of #a893dd color hex is 0.24, 0.33, 0.00, 0.13. Web safe color of #a893dd is #9999cc. Color #a893dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 11011101
Octal 250 223 335
Decimal 168 147 221
Hex A8 93 DD

RGB Percentages of Color #a893dd

%31.34
%27.43
%41.23

CMYK Percentages of Color #a893dd

%24
%33
%0
%13

Triadic Colors of #a893dd

#a893dd #dda893 #93dda8

Analogous Colors of #a893dd

#a893dd #cd93dd #93a3dd

Monochromatic Colors of #a893dd

#a893dd

Complementary Color

#a893dd #c8dd93

#a893dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a893dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a893dd Color CSS Codes

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

#a893dd Text Font Color

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

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


#a893dd Background Color

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

This div background color is #a893dd


#a893dd Border Color

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

This div border color is #a893dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,147,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 #a893dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a893dd


Comments

No comments written yet.

Please login to write comment.