Color Hex Logo

#a127cb Color Hex

#A127CB
(161,39,203)
0 Favorites   0 Comments

Color spaces of #a127cb

RGB 16139203
HSL0.790.680.47
HSV285°81°80°
CMYK 0.210.810.00   0.20
XYZ26.203013.339957.6937
Yxy13.33990.26950.1372
Hunter Lab36.523864.1431-68.0889
CIE-Lab43.271069.9391-59.6487

#a127cb color RGB value is (161,39,203).

#a127cb hex color red value is 161, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a127cb hue: 0.79 , saturation: 0.68 and the lightness value of a127cb is 0.47.

The process color (four color CMYK) of #a127cb color hex is 0.21, 0.81, 0.00, 0.20. Web safe color of #a127cb is #9933cc. Color #a127cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 11001011
Octal 241 47 313
Decimal 161 39 203
Hex A1 27 CB

RGB Percentages of Color #a127cb

%39.95
%9.68
%50.37

CMYK Percentages of Color #a127cb

%21
%81
%0
%20

Triadic Colors of #a127cb

#a127cb #cba127 #27cba1

Analogous Colors of #a127cb

#a127cb #cb27a3 #4f27cb

Monochromatic Colors of #a127cb

#a127cb

Complementary Color

#a127cb #51cb27

#a127cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a127cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a127cb Color CSS Codes

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

#a127cb Text Font Color

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

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


#a127cb Background Color

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

This div background color is #a127cb


#a127cb Border Color

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

This div border color is #a127cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,39,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 #a127cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a127cb


Comments

No comments written yet.

Please login to write comment.