Color Hex Logo

#a182ec Color Hex

#A182EC
(161,130,236)
0 Favorites   0 Comments

Color spaces of #a182ec

RGB 161130236
HSL0.720.740.72
HSV258°45°93°
CMYK 0.320.450.00   0.07
XYZ37.820929.598583.0766
Yxy29.59850.25130.1967
Hunter Lab54.404528.8817-52.4537
CIE-Lab61.306234.5463-49.4685

#a182ec color RGB value is (161,130,236).

#a182ec hex color red value is 161, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a182ec hue: 0.72 , saturation: 0.74 and the lightness value of a182ec is 0.72.

The process color (four color CMYK) of #a182ec color hex is 0.32, 0.45, 0.00, 0.07. Web safe color of #a182ec is #9999ff. Color #a182ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 11101100
Octal 241 202 354
Decimal 161 130 236
Hex A1 82 EC

RGB Percentages of Color #a182ec

%30.55
%24.67
%44.78

CMYK Percentages of Color #a182ec

%32
%45
%0
%7

Triadic Colors of #a182ec

#a182ec #eca182 #82eca1

Analogous Colors of #a182ec

#a182ec #d682ec #8298ec

Monochromatic Colors of #a182ec

#a182ec

Complementary Color

#a182ec #cdec82

#a182ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a182ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a182ec Color CSS Codes

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

#a182ec Text Font Color

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

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


#a182ec Background Color

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

This div background color is #a182ec


#a182ec Border Color

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

This div border color is #a182ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a182ec


Comments

No comments written yet.

Please login to write comment.