Color Hex Logo

#a894cd Color Hex

#A894CD
(168,148,205)
0 Favorites   0 Comments

Color spaces of #a894cd

RGB 168148205
HSL0.730.360.69
HSV261°28°80°
CMYK 0.180.280.00   0.20
XYZ37.757833.912462.3133
Yxy33.91240.28180.2531
Hunter Lab58.234413.8251-22.6788
CIE-Lab64.893018.8815-26.5786

#a894cd color RGB value is (168,148,205).

#a894cd hex color red value is 168, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a894cd hue: 0.73 , saturation: 0.36 and the lightness value of a894cd is 0.69.

The process color (four color CMYK) of #a894cd color hex is 0.18, 0.28, 0.00, 0.20. Web safe color of #a894cd is #9999cc. Color #a894cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 11001101
Octal 250 224 315
Decimal 168 148 205
Hex A8 94 CD

RGB Percentages of Color #a894cd

%32.25
%28.41
%39.35

CMYK Percentages of Color #a894cd

%18
%28
%0
%20

Triadic Colors of #a894cd

#a894cd #cda894 #94cda8

Analogous Colors of #a894cd

#a894cd #c594cd #949dcd

Monochromatic Colors of #a894cd

#a894cd

Complementary Color

#a894cd #b9cd94

#a894cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a894cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a894cd Color CSS Codes

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

#a894cd Text Font Color

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

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


#a894cd Background Color

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

This div background color is #a894cd


#a894cd Border Color

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

This div border color is #a894cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a894cd


Comments

No comments written yet.

Please login to write comment.