Color Hex Logo

#a27bdc Color Hex

#A27BDC
(162,123,220)
0 Favorites   0 Comments

Color spaces of #a27bdc

RGB 162123220
HSL0.730.580.67
HSV264°44°86°
CMYK 0.260.440.00   0.14
XYZ34.901527.014671.0850
Yxy27.01460.26240.2031
Hunter Lab51.975628.9052-44.7058
CIE-Lab58.987834.8223-44.2119

#a27bdc color RGB value is (162,123,220).

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

The process color (four color CMYK) of #a27bdc color hex is 0.26, 0.44, 0.00, 0.14. Web safe color of #a27bdc is #9966cc. Color #a27bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111011 11011100
Octal 242 173 334
Decimal 162 123 220
Hex A2 7B DC

RGB Percentages of Color #a27bdc

%32.08
%24.36
%43.56

CMYK Percentages of Color #a27bdc

%26
%44
%0
%14

Triadic Colors of #a27bdc

#a27bdc #dca27b #7bdca2

Analogous Colors of #a27bdc

#a27bdc #d37bdc #7b85dc

Monochromatic Colors of #a27bdc

#a27bdc

Complementary Color

#a27bdc #b5dc7b

#a27bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27bdc Color CSS Codes

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

#a27bdc Text Font Color

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

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


#a27bdc Background Color

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

This div background color is #a27bdc


#a27bdc Border Color

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

This div border color is #a27bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27bdc


Comments

No comments written yet.

Please login to write comment.