Color Hex Logo

#a377be Color Hex

#A377BE
(163,119,190)
0 Favorites   0 Comments

Color spaces of #a377be

RGB 163119190
HSL0.770.350.61
HSV277°37°75°
CMYK 0.140.370.00   0.25
XYZ30.995324.697951.8487
Yxy24.69790.28820.2297
Hunter Lab49.697024.3582-27.0692
CIE-Lab56.779930.4500-30.6964

#a377be color RGB value is (163,119,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110111 10111110
Octal 243 167 276
Decimal 163 119 190
Hex A3 77 BE

RGB Percentages of Color #a377be

%34.53
%25.21
%40.25

CMYK Percentages of Color #a377be

%14
%37
%0
%25

Triadic Colors of #a377be

#a377be #bea377 #77bea3

Analogous Colors of #a377be

#a377be #be77b6 #8077be

Monochromatic Colors of #a377be

#a377be

Complementary Color

#a377be #92be77

#a377be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a377be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a377be Color CSS Codes

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

#a377be Text Font Color

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

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


#a377be Background Color

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

This div background color is #a377be


#a377be Border Color

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

This div border color is #a377be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a377be


Comments

No comments written yet.

Please login to write comment.