Color Hex Logo

#a888ca Color Hex

#A888CA
(168,136,202)
0 Favorites   0 Comments

Color spaces of #a888ca

RGB 168136202
HSL0.750.380.66
HSV269°33°79°
CMYK 0.170.330.00   0.21
XYZ35.613330.197459.8288
Yxy30.19740.28350.2403
Hunter Lab54.952219.5157-26.0851
CIE-Lab61.824225.0145-29.6328

#a888ca color RGB value is (168,136,202).

#a888ca hex color red value is 168, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a888ca hue: 0.75 , saturation: 0.38 and the lightness value of a888ca is 0.66.

The process color (four color CMYK) of #a888ca color hex is 0.17, 0.33, 0.00, 0.21. Web safe color of #a888ca is #9999cc. Color #a888ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11001010
Octal 250 210 312
Decimal 168 136 202
Hex A8 88 CA

RGB Percentages of Color #a888ca

%33.20
%26.88
%39.92

CMYK Percentages of Color #a888ca

%17
%33
%0
%21

Triadic Colors of #a888ca

#a888ca #caa888 #88caa8

Analogous Colors of #a888ca

#a888ca #c988ca #8889ca

Monochromatic Colors of #a888ca

#a888ca

Complementary Color

#a888ca #aaca88

#a888ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888ca Color CSS Codes

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

#a888ca Text Font Color

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

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


#a888ca Background Color

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

This div background color is #a888ca


#a888ca Border Color

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

This div border color is #a888ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888ca


Comments

No comments written yet.

Please login to write comment.