Color Hex Logo

#a371bb Color Hex

#A371BB
(163,113,187)
0 Favorites   0 Comments

Color spaces of #a371bb

RGB 163113187
HSL0.780.350.59
HSV281°40°73°
CMYK 0.130.400.00   0.27
XYZ29.979023.184649.9087
Yxy23.18460.29090.2249
Hunter Lab48.150426.8730-27.7498
CIE-Lab55.262033.1893-31.3408

#a371bb color RGB value is (163,113,187).

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

The process color (four color CMYK) of #a371bb color hex is 0.13, 0.40, 0.00, 0.27. Web safe color of #a371bb is #9966cc. Color #a371bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 10111011
Octal 243 161 273
Decimal 163 113 187
Hex A3 71 BB

RGB Percentages of Color #a371bb

%35.21
%24.41
%40.39

CMYK Percentages of Color #a371bb

%13
%40
%0
%27

Triadic Colors of #a371bb

#a371bb #bba371 #71bba3

Analogous Colors of #a371bb

#a371bb #bb71ae #7e71bb

Monochromatic Colors of #a371bb

#a371bb

Complementary Color

#a371bb #89bb71

#a371bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a371bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a371bb Color CSS Codes

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

#a371bb Text Font Color

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

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


#a371bb Background Color

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

This div background color is #a371bb


#a371bb Border Color

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

This div border color is #a371bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a371bb


Comments

No comments written yet.

Please login to write comment.