Color Hex Logo

#a888da Color Hex

#A888DA
(168,136,218)
0 Favorites   0 Comments

Color spaces of #a888da

RGB 168136218
HSL0.730.530.69
HSV263°38°85°
CMYK 0.230.380.00   0.15
XYZ37.607530.995170.3302
Yxy30.99510.27070.2231
Hunter Lab55.673223.1493-35.9279
CIE-Lab62.503528.6927-37.5341

#a888da color RGB value is (168,136,218).

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

The process color (four color CMYK) of #a888da color hex is 0.23, 0.38, 0.00, 0.15. Web safe color of #a888da is #9999cc. Color #a888da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11011010
Octal 250 210 332
Decimal 168 136 218
Hex A8 88 DA

RGB Percentages of Color #a888da

%32.18
%26.05
%41.76

CMYK Percentages of Color #a888da

%23
%38
%0
%15

Triadic Colors of #a888da

#a888da #daa888 #88daa8

Analogous Colors of #a888da

#a888da #d188da #8891da

Monochromatic Colors of #a888da

#a888da

Complementary Color

#a888da #bada88

#a888da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888da Color CSS Codes

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

#a888da Text Font Color

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

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


#a888da Background Color

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

This div background color is #a888da


#a888da Border Color

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

This div border color is #a888da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888da


Comments

No comments written yet.

Please login to write comment.