Color Hex Logo

#a369bb Color Hex

#A369BB
(163,105,187)
0 Favorites   0 Comments

Color spaces of #a369bb

RGB 163105187
HSL0.780.380.57
HSV282°44°73°
CMYK 0.130.440.00   0.27
XYZ29.125521.477549.6242
Yxy21.47750.29060.2143
Hunter Lab46.343831.0794-31.0461
CIE-Lab53.468237.6601-34.1400

#a369bb color RGB value is (163,105,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101001 10111011
Octal 243 151 273
Decimal 163 105 187
Hex A3 69 BB

RGB Percentages of Color #a369bb

%35.82
%23.08
%41.10

CMYK Percentages of Color #a369bb

%13
%44
%0
%27

Triadic Colors of #a369bb

#a369bb #bba369 #69bba3

Analogous Colors of #a369bb

#a369bb #bb69aa #7a69bb

Monochromatic Colors of #a369bb

#a369bb

Complementary Color

#a369bb #81bb69

#a369bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a369bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a369bb Color CSS Codes

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

#a369bb Text Font Color

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

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


#a369bb Background Color

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

This div background color is #a369bb


#a369bb Border Color

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

This div border color is #a369bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a369bb


Comments

No comments written yet.

Please login to write comment.