Color Hex Logo

#a371be Color Hex

#A371BE
(163,113,190)
0 Favorites   0 Comments

Color spaces of #a371be

RGB 163113190
HSL0.770.370.59
HSV279°41°75°
CMYK 0.140.410.00   0.25
XYZ30.303623.314551.6182
Yxy23.31450.28800.2215
Hunter Lab48.285127.5272-29.5832
CIE-Lab55.394833.8407-32.8527

#a371be color RGB value is (163,113,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 10111110
Octal 243 161 276
Decimal 163 113 190
Hex A3 71 BE

RGB Percentages of Color #a371be

%34.98
%24.25
%40.77

CMYK Percentages of Color #a371be

%14
%41
%0
%25

Triadic Colors of #a371be

#a371be #bea371 #71bea3

Analogous Colors of #a371be

#a371be #be71b3 #7d71be

Monochromatic Colors of #a371be

#a371be

Complementary Color

#a371be #8cbe71

#a371be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a371be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a371be Color CSS Codes

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

#a371be Text Font Color

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

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


#a371be Background Color

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

This div background color is #a371be


#a371be Border Color

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

This div border color is #a371be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,113,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 #a371be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a371be


Comments

No comments written yet.

Please login to write comment.