Color Hex Logo

#a27fdd Color Hex

#A27FDD
(162,127,221)
0 Favorites   0 Comments

Color spaces of #a27fdd

RGB 162127221
HSL0.730.580.68
HSV262°43°87°
CMYK 0.270.430.00   0.13
XYZ35.540828.080671.9535
Yxy28.08060.26210.2071
Hunter Lab52.991126.9843-43.4126
CIE-Lab59.961532.7985-43.2369

#a27fdd color RGB value is (162,127,221).

#a27fdd hex color red value is 162, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a27fdd hue: 0.73 , saturation: 0.58 and the lightness value of a27fdd is 0.68.

The process color (four color CMYK) of #a27fdd color hex is 0.27, 0.43, 0.00, 0.13. Web safe color of #a27fdd is #9966cc. Color #a27fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111111 11011101
Octal 242 177 335
Decimal 162 127 221
Hex A2 7F DD

RGB Percentages of Color #a27fdd

%31.76
%24.90
%43.33

CMYK Percentages of Color #a27fdd

%27
%43
%0
%13

Triadic Colors of #a27fdd

#a27fdd #dda27f #7fdda2

Analogous Colors of #a27fdd

#a27fdd #d17fdd #7f8bdd

Monochromatic Colors of #a27fdd

#a27fdd

Complementary Color

#a27fdd #badd7f

#a27fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27fdd Color CSS Codes

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

#a27fdd Text Font Color

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

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


#a27fdd Background Color

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

This div background color is #a27fdd


#a27fdd Border Color

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

This div border color is #a27fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27fdd


Comments

No comments written yet.

Please login to write comment.