Color Hex Logo

#a127db Color Hex

#A127DB
(161,39,219)
0 Favorites   0 Comments

Color spaces of #a127db

RGB 16139219
HSL0.780.710.51
HSV281°82°86°
CMYK 0.260.820.00   0.14
XYZ28.209614.142668.2608
Yxy14.14260.25500.1279
Hunter Lab37.606668.0853-81.2942
CIE-Lab44.436773.0175-66.9711

#a127db color RGB value is (161,39,219).

#a127db hex color red value is 161, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a127db hue: 0.78 , saturation: 0.71 and the lightness value of a127db is 0.51.

The process color (four color CMYK) of #a127db color hex is 0.26, 0.82, 0.00, 0.14. Web safe color of #a127db is #9933cc. Color #a127db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 11011011
Octal 241 47 333
Decimal 161 39 219
Hex A1 27 DB

RGB Percentages of Color #a127db

%38.42
%9.31
%52.27

CMYK Percentages of Color #a127db

%26
%82
%0
%14

Triadic Colors of #a127db

#a127db #dba127 #27dba1

Analogous Colors of #a127db

#a127db #db27bb #4727db

Monochromatic Colors of #a127db

#a127db

Complementary Color

#a127db #61db27

#a127db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a127db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a127db Color CSS Codes

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

#a127db Text Font Color

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

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


#a127db Background Color

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

This div background color is #a127db


#a127db Border Color

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

This div border color is #a127db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,39,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a127db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a127db;
  -webkit-box-shadow: 1px 1px 3px 2px #a127db;
  box-shadow:         1px 1px 3px 2px #a127db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,39,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a127db


Comments

No comments written yet.

Please login to write comment.