Color Hex Logo

#a178fc Color Hex

#A178FC
(161,120,252)
0 Favorites   0 Comments

Color spaces of #a178fc

RGB 161120252
HSL0.720.960.73
HSV259°52°99°
CMYK 0.360.520.00   0.01
XYZ38.985128.038395.4527
Yxy28.03830.23990.1726
Hunter Lab52.951238.7553-69.8135
CIE-Lab59.923344.2425-60.5113

#a178fc color RGB value is (161,120,252).

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

The process color (four color CMYK) of #a178fc color hex is 0.36, 0.52, 0.00, 0.01. Web safe color of #a178fc is #9966ff. Color #a178fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11111100
Octal 241 170 374
Decimal 161 120 252
Hex A1 78 FC

RGB Percentages of Color #a178fc

%30.21
%22.51
%47.28

CMYK Percentages of Color #a178fc

%36
%52
%0
%1

Triadic Colors of #a178fc

#a178fc #fca178 #78fca1

Analogous Colors of #a178fc

#a178fc #e378fc #7891fc

Monochromatic Colors of #a178fc

#a178fc

Complementary Color

#a178fc #d3fc78

#a178fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178fc Color CSS Codes

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

#a178fc Text Font Color

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

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


#a178fc Background Color

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

This div background color is #a178fc


#a178fc Border Color

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

This div border color is #a178fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178fc


Comments

No comments written yet.

Please login to write comment.