Color Hex Logo

#a749bf Color Hex

#A749BF
(167,73,191)
0 Favorites   0 Comments

Color spaces of #a749bf

RGB 16773191
HSL0.800.480.52
HSV288°62°75°
CMYK 0.130.620.00   0.25
XYZ27.722916.742251.0606
Yxy16.74220.29020.1753
Hunter Lab40.917249.3350-45.3459
CIE-Lab47.933656.0159-45.1534

#a749bf color RGB value is (167,73,191).

#a749bf hex color red value is 167, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a749bf hue: 0.80 , saturation: 0.48 and the lightness value of a749bf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001001 10111111
Octal 247 111 277
Decimal 167 73 191
Hex A7 49 BF

RGB Percentages of Color #a749bf

%38.75
%16.94
%44.32

CMYK Percentages of Color #a749bf

%13
%62
%0
%25

Triadic Colors of #a749bf

#a749bf #bfa749 #49bfa7

Analogous Colors of #a749bf

#a749bf #bf499c #6c49bf

Monochromatic Colors of #a749bf

#a749bf

Complementary Color

#a749bf #61bf49

#a749bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a749bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a749bf Color CSS Codes

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

#a749bf Text Font Color

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

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


#a749bf Background Color

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

This div background color is #a749bf


#a749bf Border Color

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

This div border color is #a749bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a749bf


Comments

No comments written yet.

Please login to write comment.