Color Hex Logo

#a378bd Color Hex

#A378BD
(163,120,189)
0 Favorites   0 Comments

Color spaces of #a378bd

RGB 163120189
HSL0.770.340.61
HSV277°37°74°
CMYK 0.140.370.00   0.26
XYZ31.006024.893651.3149
Yxy24.89360.28920.2322
Hunter Lab49.893523.6141-26.0537
CIE-Lab56.971629.6632-29.8281

#a378bd color RGB value is (163,120,189).

#a378bd hex color red value is 163, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a378bd hue: 0.77 , saturation: 0.34 and the lightness value of a378bd is 0.61.

The process color (four color CMYK) of #a378bd color hex is 0.14, 0.37, 0.00, 0.26. Web safe color of #a378bd is #9966cc. Color #a378bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111000 10111101
Octal 243 170 275
Decimal 163 120 189
Hex A3 78 BD

RGB Percentages of Color #a378bd

%34.53
%25.42
%40.04

CMYK Percentages of Color #a378bd

%14
%37
%0
%26

Triadic Colors of #a378bd

#a378bd #bda378 #78bda3

Analogous Colors of #a378bd

#a378bd #bd78b5 #8178bd

Monochromatic Colors of #a378bd

#a378bd

Complementary Color

#a378bd #92bd78

#a378bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a378bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a378bd Color CSS Codes

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

#a378bd Text Font Color

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

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


#a378bd Background Color

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

This div background color is #a378bd


#a378bd Border Color

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

This div border color is #a378bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a378bd


Comments

No comments written yet.

Please login to write comment.