Color Hex Logo

#a178bf Color Hex

#A178BF
(161,120,191)
0 Favorites   0 Comments

Color spaces of #a178bf

RGB 161120191
HSL0.760.360.61
HSV275°37°75°
CMYK 0.160.370.00   0.25
XYZ30.818424.771652.4473
Yxy24.77160.28530.2293
Hunter Lab49.771123.4284-27.6383
CIE-Lab56.852229.4823-31.1705

#a178bf color RGB value is (161,120,191).

#a178bf hex color red value is 161, green value is 120 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a178bf hue: 0.76 , saturation: 0.36 and the lightness value of a178bf is 0.61.

The process color (four color CMYK) of #a178bf color hex is 0.16, 0.37, 0.00, 0.25. Web safe color of #a178bf is #9966cc. Color #a178bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 10111111
Octal 241 170 277
Decimal 161 120 191
Hex A1 78 BF

RGB Percentages of Color #a178bf

%34.11
%25.42
%40.47

CMYK Percentages of Color #a178bf

%16
%37
%0
%25

Triadic Colors of #a178bf

#a178bf #bfa178 #78bfa1

Analogous Colors of #a178bf

#a178bf #bf78ba #7e78bf

Monochromatic Colors of #a178bf

#a178bf

Complementary Color

#a178bf #96bf78

#a178bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178bf Color CSS Codes

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

#a178bf Text Font Color

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

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


#a178bf Background Color

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

This div background color is #a178bf


#a178bf Border Color

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

This div border color is #a178bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178bf


Comments

No comments written yet.

Please login to write comment.