Color Hex Logo

#a27cce Color Hex

#A27CCE
(162,124,206)
0 Favorites   0 Comments

Color spaces of #a27cce

RGB 162124206
HSL0.740.460.65
HSV268°40°81°
CMYK 0.210.400.00   0.19
XYZ33.248526.552961.7654
Yxy26.55290.27350.2184
Hunter Lab51.529524.9973-34.9968
CIE-Lab58.558230.9301-37.0125

#a27cce color RGB value is (162,124,206).

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

The process color (four color CMYK) of #a27cce color hex is 0.21, 0.40, 0.00, 0.19. Web safe color of #a27cce is #9966cc. Color #a27cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111100 11001110
Octal 242 174 316
Decimal 162 124 206
Hex A2 7C CE

RGB Percentages of Color #a27cce

%32.93
%25.20
%41.87

CMYK Percentages of Color #a27cce

%21
%40
%0
%19

Triadic Colors of #a27cce

#a27cce #cea27c #7ccea2

Analogous Colors of #a27cce

#a27cce #cb7cce #7c7fce

Monochromatic Colors of #a27cce

#a27cce

Complementary Color

#a27cce #a8ce7c

#a27cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27cce Color CSS Codes

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

#a27cce Text Font Color

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

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


#a27cce Background Color

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

This div background color is #a27cce


#a27cce Border Color

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

This div border color is #a27cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27cce


Comments

No comments written yet.

Please login to write comment.