Color Hex Logo

#a377ba Color Hex

#A377BA
(163,119,186)
0 Favorites   0 Comments

Color spaces of #a377ba

RGB 163119186
HSL0.780.330.60
HSV279°36°73°
CMYK 0.120.360.00   0.27
XYZ30.564024.525449.5773
Yxy24.52540.29200.2343
Hunter Lab49.523123.4987-24.6887
CIE-Lab56.610029.5783-28.6745

#a377ba color RGB value is (163,119,186).

#a377ba hex color red value is 163, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a377ba hue: 0.78 , saturation: 0.33 and the lightness value of a377ba is 0.60.

The process color (four color CMYK) of #a377ba color hex is 0.12, 0.36, 0.00, 0.27. Web safe color of #a377ba is #9966cc. Color #a377ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110111 10111010
Octal 243 167 272
Decimal 163 119 186
Hex A3 77 BA

RGB Percentages of Color #a377ba

%34.83
%25.43
%39.74

CMYK Percentages of Color #a377ba

%12
%36
%0
%27

Triadic Colors of #a377ba

#a377ba #baa377 #77baa3

Analogous Colors of #a377ba

#a377ba #ba77b0 #8277ba

Monochromatic Colors of #a377ba

#a377ba

Complementary Color

#a377ba #8eba77

#a377ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a377ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a377ba Color CSS Codes

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

#a377ba Text Font Color

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

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


#a377ba Background Color

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

This div background color is #a377ba


#a377ba Border Color

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

This div border color is #a377ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a377ba


Comments

No comments written yet.

Please login to write comment.