Color Hex Logo

#a127ec Color Hex

#A127EC
(161,39,236)
0 Favorites   0 Comments

Color spaces of #a127ec

RGB 16139236
HSL0.770.840.54
HSV277°83°93°
CMYK 0.320.830.00   0.07
XYZ30.563815.084280.6575
Yxy15.08420.24200.1194
Hunter Lab38.838472.5031-95.9435
CIE-Lab45.749376.3910-74.4994

#a127ec color RGB value is (161,39,236).

#a127ec hex color red value is 161, green value is 39 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a127ec hue: 0.77 , saturation: 0.84 and the lightness value of a127ec is 0.54.

The process color (four color CMYK) of #a127ec color hex is 0.32, 0.83, 0.00, 0.07. Web safe color of #a127ec is #9933ff. Color #a127ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 11101100
Octal 241 47 354
Decimal 161 39 236
Hex A1 27 EC

RGB Percentages of Color #a127ec

%36.93
%8.94
%54.13

CMYK Percentages of Color #a127ec

%32
%83
%0
%7

Triadic Colors of #a127ec

#a127ec #eca127 #27eca1

Analogous Colors of #a127ec

#a127ec #ec27d5 #3f27ec

Monochromatic Colors of #a127ec

#a127ec

Complementary Color

#a127ec #72ec27

#a127ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a127ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a127ec Color CSS Codes

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

#a127ec Text Font Color

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

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


#a127ec Background Color

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

This div background color is #a127ec


#a127ec Border Color

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

This div border color is #a127ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a127ec


Comments

No comments written yet.

Please login to write comment.