Color Hex Logo

#a27fcc Color Hex

#A27FCC
(162,127,204)
0 Favorites   0 Comments

Color spaces of #a27fcc

RGB 162127204
HSL0.740.430.65
HSV267°38°80°
CMYK 0.210.380.00   0.20
XYZ33.388727.219860.6209
Yxy27.21980.27540.2245
Hunter Lab52.172622.9319-32.3700
CIE-Lab59.177228.7563-34.9162

#a27fcc color RGB value is (162,127,204).

#a27fcc hex color red value is 162, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a27fcc hue: 0.74 , saturation: 0.43 and the lightness value of a27fcc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111111 11001100
Octal 242 177 314
Decimal 162 127 204
Hex A2 7F CC

RGB Percentages of Color #a27fcc

%32.86
%25.76
%41.38

CMYK Percentages of Color #a27fcc

%21
%38
%0
%20

Triadic Colors of #a27fcc

#a27fcc #cca27f #7fcca2

Analogous Colors of #a27fcc

#a27fcc #c97fcc #7f83cc

Monochromatic Colors of #a27fcc

#a27fcc

Complementary Color

#a27fcc #a9cc7f

#a27fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27fcc Color CSS Codes

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

#a27fcc Text Font Color

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

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


#a27fcc Background Color

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

This div background color is #a27fcc


#a27fcc Border Color

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

This div border color is #a27fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,127,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27fcc


Comments

No comments written yet.

Please login to write comment.