Color Hex Logo

#a849bd Color Hex

#A849BD
(168,73,189)
0 Favorites   0 Comments

Color spaces of #a849bd

RGB 16873189
HSL0.800.470.51
HSV289°61°74°
CMYK 0.110.610.00   0.26
XYZ27.716316.764049.9191
Yxy16.76400.29360.1776
Hunter Lab40.943949.1810-43.6262
CIE-Lab47.961355.8700-43.9389

#a849bd color RGB value is (168,73,189).

#a849bd hex color red value is 168, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a849bd hue: 0.80 , saturation: 0.47 and the lightness value of a849bd is 0.51.

The process color (four color CMYK) of #a849bd color hex is 0.11, 0.61, 0.00, 0.26. Web safe color of #a849bd is #9933cc. Color #a849bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 10111101
Octal 250 111 275
Decimal 168 73 189
Hex A8 49 BD

RGB Percentages of Color #a849bd

%39.07
%16.98
%43.95

CMYK Percentages of Color #a849bd

%11
%61
%0
%26

Triadic Colors of #a849bd

#a849bd #bda849 #49bda8

Analogous Colors of #a849bd

#a849bd #bd4998 #6e49bd

Monochromatic Colors of #a849bd

#a849bd

Complementary Color

#a849bd #5ebd49

#a849bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849bd Color CSS Codes

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

#a849bd Text Font Color

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

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


#a849bd Background Color

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

This div background color is #a849bd


#a849bd Border Color

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

This div border color is #a849bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,73,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849bd


Comments

No comments written yet.

Please login to write comment.