Color Hex Logo

#a180cf Color Hex

#A180CF
(161,128,207)
0 Favorites   0 Comments

Color spaces of #a180cf

RGB 161128207
HSL0.740.450.66
HSV265°38°81°
CMYK 0.220.380.00   0.19
XYZ33.679627.520462.5683
Yxy27.52040.27210.2224
Hunter Lab52.459922.7934-33.9926
CIE-Lab59.453028.5894-36.1841

#a180cf color RGB value is (161,128,207).

#a180cf hex color red value is 161, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a180cf hue: 0.74 , saturation: 0.45 and the lightness value of a180cf is 0.66.

The process color (four color CMYK) of #a180cf color hex is 0.22, 0.38, 0.00, 0.19. Web safe color of #a180cf is #9999cc. Color #a180cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 11001111
Octal 241 200 317
Decimal 161 128 207
Hex A1 80 CF

RGB Percentages of Color #a180cf

%32.46
%25.81
%41.73

CMYK Percentages of Color #a180cf

%22
%38
%0
%19

Triadic Colors of #a180cf

#a180cf #cfa180 #80cfa1

Analogous Colors of #a180cf

#a180cf #c980cf #8087cf

Monochromatic Colors of #a180cf

#a180cf

Complementary Color

#a180cf #aecf80

#a180cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a180cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a180cf Color CSS Codes

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

#a180cf Text Font Color

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

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


#a180cf Background Color

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

This div background color is #a180cf


#a180cf Border Color

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

This div border color is #a180cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a180cf


Comments

No comments written yet.

Please login to write comment.