Color Hex Logo

#a27cca Color Hex

#A27CCA
(162,124,202)
0 Favorites   0 Comments

Color spaces of #a27cca

RGB 162124202
HSL0.750.420.64
HSV269°39°79°
CMYK 0.200.390.00   0.21
XYZ32.768626.361059.2382
Yxy26.36100.27680.2227
Hunter Lab51.343024.0738-32.4672
CIE-Lab58.378130.0029-35.0334

#a27cca color RGB value is (162,124,202).

#a27cca hex color red value is 162, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a27cca hue: 0.75 , saturation: 0.42 and the lightness value of a27cca is 0.64.

The process color (four color CMYK) of #a27cca color hex is 0.20, 0.39, 0.00, 0.21. Web safe color of #a27cca is #9966cc. Color #a27cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111100 11001010
Octal 242 174 312
Decimal 162 124 202
Hex A2 7C CA

RGB Percentages of Color #a27cca

%33.20
%25.41
%41.39

CMYK Percentages of Color #a27cca

%20
%39
%0
%21

Triadic Colors of #a27cca

#a27cca #caa27c #7ccaa2

Analogous Colors of #a27cca

#a27cca #c97cca #7c7dca

Monochromatic Colors of #a27cca

#a27cca

Complementary Color

#a27cca #a4ca7c

#a27cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27cca Color CSS Codes

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

#a27cca Text Font Color

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

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


#a27cca Background Color

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

This div background color is #a27cca


#a27cca Border Color

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

This div border color is #a27cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27cca


Comments

No comments written yet.

Please login to write comment.