Color Hex Logo

#a178ec Color Hex

#A178EC
(161,120,236)
0 Favorites   0 Comments

Color spaces of #a178ec

RGB 161120236
HSL0.730.750.70
HSV261°49°93°
CMYK 0.320.490.00   0.07
XYZ36.554727.066182.6545
Yxy27.06610.24990.1850
Hunter Lab52.025134.3766-57.7790
CIE-Lab59.035540.1833-53.0736

#a178ec color RGB value is (161,120,236).

#a178ec hex color red value is 161, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a178ec hue: 0.73 , saturation: 0.75 and the lightness value of a178ec is 0.70.

The process color (four color CMYK) of #a178ec color hex is 0.32, 0.49, 0.00, 0.07. Web safe color of #a178ec is #9966ff. Color #a178ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11101100
Octal 241 170 354
Decimal 161 120 236
Hex A1 78 EC

RGB Percentages of Color #a178ec

%31.14
%23.21
%45.65

CMYK Percentages of Color #a178ec

%32
%49
%0
%7

Triadic Colors of #a178ec

#a178ec #eca178 #78eca1

Analogous Colors of #a178ec

#a178ec #db78ec #7889ec

Monochromatic Colors of #a178ec

#a178ec

Complementary Color

#a178ec #c3ec78

#a178ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178ec Color CSS Codes

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

#a178ec Text Font Color

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

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


#a178ec Background Color

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

This div background color is #a178ec


#a178ec Border Color

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

This div border color is #a178ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178ec


Comments

No comments written yet.

Please login to write comment.