Color Hex Logo

#a247bb Color Hex

#A247BB
(162,71,187)
0 Favorites   0 Comments

Color spaces of #a247bb

RGB 16271187
HSL0.800.460.51
HSV287°62°73°
CMYK 0.130.620.00   0.27
XYZ26.123215.775748.6819
Yxy15.77570.28840.1742
Hunter Lab39.718647.8930-44.8669
CIE-Lab46.678854.9194-44.8653

#a247bb color RGB value is (162,71,187).

#a247bb hex color red value is 162, green value is 71 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a247bb hue: 0.80 , saturation: 0.46 and the lightness value of a247bb is 0.51.

The process color (four color CMYK) of #a247bb color hex is 0.13, 0.62, 0.00, 0.27. Web safe color of #a247bb is #9933cc. Color #a247bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 10111011
Octal 242 107 273
Decimal 162 71 187
Hex A2 47 BB

RGB Percentages of Color #a247bb

%38.57
%16.90
%44.52

CMYK Percentages of Color #a247bb

%13
%62
%0
%27

Triadic Colors of #a247bb

#a247bb #bba247 #47bba2

Analogous Colors of #a247bb

#a247bb #bb479a #6847bb

Monochromatic Colors of #a247bb

#a247bb

Complementary Color

#a247bb #60bb47

#a247bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a247bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a247bb Color CSS Codes

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

#a247bb Text Font Color

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

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


#a247bb Background Color

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

This div background color is #a247bb


#a247bb Border Color

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

This div border color is #a247bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a247bb


Comments

No comments written yet.

Please login to write comment.