Color Hex Logo

#a047bc Color Hex

#A047BC
(160,71,188)
0 Favorites   0 Comments

Color spaces of #a047bc

RGB 16071188
HSL0.790.470.51
HSV286°62°74°
CMYK 0.150.620.00   0.26
XYZ25.827515.610949.2289
Yxy15.61090.28490.1722
Hunter Lab39.510647.5391-46.2159
CIE-Lab46.459854.6322-45.8136

#a047bc color RGB value is (160,71,188).

#a047bc hex color red value is 160, green value is 71 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a047bc hue: 0.79 , saturation: 0.47 and the lightness value of a047bc is 0.51.

The process color (four color CMYK) of #a047bc color hex is 0.15, 0.62, 0.00, 0.26. Web safe color of #a047bc is #9933cc. Color #a047bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10111100
Octal 240 107 274
Decimal 160 71 188
Hex A0 47 BC

RGB Percentages of Color #a047bc

%38.19
%16.95
%44.87

CMYK Percentages of Color #a047bc

%15
%62
%0
%26

Triadic Colors of #a047bc

#a047bc #bca047 #47bca0

Analogous Colors of #a047bc

#a047bc #bc479e #6647bc

Monochromatic Colors of #a047bc

#a047bc

Complementary Color

#a047bc #63bc47

#a047bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047bc Color CSS Codes

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

#a047bc Text Font Color

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

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


#a047bc Background Color

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

This div background color is #a047bc


#a047bc Border Color

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

This div border color is #a047bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,71,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047bc


Comments

No comments written yet.

Please login to write comment.