Color Hex Logo

#a27dcb Color Hex

#A27DCB
(162,125,203)
0 Favorites   0 Comments

Color spaces of #a27dcb

RGB 162125203
HSL0.750.430.64
HSV268°38°80°
CMYK 0.200.380.00   0.20
XYZ33.013426.660459.9059
Yxy26.66040.27610.2230
Hunter Lab51.633723.7698-32.6452
CIE-Lab58.658729.6646-35.1609

#a27dcb color RGB value is (162,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111101 11001011
Octal 242 175 313
Decimal 162 125 203
Hex A2 7D CB

RGB Percentages of Color #a27dcb

%33.06
%25.51
%41.43

CMYK Percentages of Color #a27dcb

%20
%38
%0
%20

Triadic Colors of #a27dcb

#a27dcb #cba27d #7dcba2

Analogous Colors of #a27dcb

#a27dcb #c97dcb #7d7fcb

Monochromatic Colors of #a27dcb

#a27dcb

Complementary Color

#a27dcb #a6cb7d

#a27dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27dcb Color CSS Codes

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

#a27dcb Text Font Color

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

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


#a27dcb Background Color

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

This div background color is #a27dcb


#a27dcb Border Color

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

This div border color is #a27dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27dcb


Comments

No comments written yet.

Please login to write comment.