Color Hex Logo

#a150cf Color Hex

#A150CF
(161,80,207)
0 Favorites   0 Comments

Color spaces of #a150cf

RGB 16180207
HSL0.770.570.56
HSV278°61°81°
CMYK 0.220.610.00   0.19
XYZ28.829117.819460.9515
Yxy17.81940.26790.1656
Hunter Lab42.213048.0325-56.0599
CIE-Lab49.276354.5811-52.2853

#a150cf color RGB value is (161,80,207).

#a150cf hex color red value is 161, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a150cf hue: 0.77 , saturation: 0.57 and the lightness value of a150cf is 0.56.

The process color (four color CMYK) of #a150cf color hex is 0.22, 0.61, 0.00, 0.19. Web safe color of #a150cf is #9966cc. Color #a150cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 11001111
Octal 241 120 317
Decimal 161 80 207
Hex A1 50 CF

RGB Percentages of Color #a150cf

%35.94
%17.86
%46.21

CMYK Percentages of Color #a150cf

%22
%61
%0
%19

Triadic Colors of #a150cf

#a150cf #cfa150 #50cfa1

Analogous Colors of #a150cf

#a150cf #cf50be #6150cf

Monochromatic Colors of #a150cf

#a150cf

Complementary Color

#a150cf #7ecf50

#a150cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a150cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a150cf Color CSS Codes

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

#a150cf Text Font Color

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

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


#a150cf Background Color

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

This div background color is #a150cf


#a150cf Border Color

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

This div border color is #a150cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a150cf


Comments

No comments written yet.

Please login to write comment.