Color Hex Logo

#a27fb1 Color Hex

#A27FB1
(162,127,177)
0 Favorites   0 Comments

Color spaces of #a27fb1

RGB 162127177
HSL0.780.240.60
HSV282°28°69°
CMYK 0.080.280.00   0.31
XYZ30.425526.034545.0165
Yxy26.03450.29980.2566
Hunter Lab51.024017.1471-16.5924
CIE-Lab58.069822.7681-21.2869

#a27fb1 color RGB value is (162,127,177).

#a27fb1 hex color red value is 162, green value is 127 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a27fb1 hue: 0.78 , saturation: 0.24 and the lightness value of a27fb1 is 0.60.

The process color (four color CMYK) of #a27fb1 color hex is 0.08, 0.28, 0.00, 0.31. Web safe color of #a27fb1 is #996699. Color #a27fb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111111 10110001
Octal 242 177 261
Decimal 162 127 177
Hex A2 7F B1

RGB Percentages of Color #a27fb1

%34.76
%27.25
%37.98

CMYK Percentages of Color #a27fb1

%8
%28
%0
%31

Triadic Colors of #a27fb1

#a27fb1 #b1a27f #7fb1a2

Analogous Colors of #a27fb1

#a27fb1 #b17fa7 #897fb1

Monochromatic Colors of #a27fb1

#a27fb1

Complementary Color

#a27fb1 #8eb17f

#a27fb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27fb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27fb1 Color CSS Codes

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

#a27fb1 Text Font Color

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

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


#a27fb1 Background Color

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

This div background color is #a27fb1


#a27fb1 Border Color

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

This div border color is #a27fb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27fb1


Comments

No comments written yet.

Please login to write comment.