Color Hex Logo

#a488ca Color Hex

#A488CA
(164,136,202)
0 Favorites   0 Comments

Color spaces of #a488ca

RGB 164136202
HSL0.740.380.66
HSV265°33°79°
CMYK 0.190.330.00   0.21
XYZ34.774729.765159.7895
Yxy29.76510.27970.2394
Hunter Lab54.557418.2998-26.7858
CIE-Lab61.451023.7711-30.2403

#a488ca color RGB value is (164,136,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 11001010
Octal 244 210 312
Decimal 164 136 202
Hex A4 88 CA

RGB Percentages of Color #a488ca

%32.67
%27.09
%40.24

CMYK Percentages of Color #a488ca

%19
%33
%0
%21

Triadic Colors of #a488ca

#a488ca #caa488 #88caa4

Analogous Colors of #a488ca

#a488ca #c588ca #888dca

Monochromatic Colors of #a488ca

#a488ca

Complementary Color

#a488ca #aeca88

#a488ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488ca Color CSS Codes

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

#a488ca Text Font Color

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

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


#a488ca Background Color

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

This div background color is #a488ca


#a488ca Border Color

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

This div border color is #a488ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488ca


Comments

No comments written yet.

Please login to write comment.