Color Hex Logo

#a347bf Color Hex

#A347BF
(163,71,191)
0 Favorites   0 Comments

Color spaces of #a347bf

RGB 16371191
HSL0.790.480.51
HSV286°63°75°
CMYK 0.150.630.00   0.25
XYZ26.761516.054650.9786
Yxy16.05460.28530.1712
Hunter Lab40.068249.1006-47.3867
CIE-Lab47.046055.9631-46.6003

#a347bf color RGB value is (163,71,191).

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

The process color (four color CMYK) of #a347bf color hex is 0.15, 0.63, 0.00, 0.25. Web safe color of #a347bf is #9933cc. Color #a347bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 10111111
Octal 243 107 277
Decimal 163 71 191
Hex A3 47 BF

RGB Percentages of Color #a347bf

%38.35
%16.71
%44.94

CMYK Percentages of Color #a347bf

%15
%63
%0
%25

Triadic Colors of #a347bf

#a347bf #bfa347 #47bfa3

Analogous Colors of #a347bf

#a347bf #bf479f #6747bf

Monochromatic Colors of #a347bf

#a347bf

Complementary Color

#a347bf #63bf47

#a347bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a347bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a347bf Color CSS Codes

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

#a347bf Text Font Color

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

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


#a347bf Background Color

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

This div background color is #a347bf


#a347bf Border Color

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

This div border color is #a347bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a347bf


Comments

No comments written yet.

Please login to write comment.