Color Hex Logo

#b649ad Color Hex

#B649AD
(182,73,173)
0 Favorites   0 Comments

Color spaces of #b649ad

RGB 18273173
HSL0.850.430.50
HSV305°60°71°
CMYK 0.000.600.05   0.29
XYZ29.216817.727341.4170
Yxy17.72730.33070.2006
Hunter Lab42.103850.1836-28.8502
CIE-Lab49.163756.5659-32.5603

#b649ad color RGB value is (182,73,173).

#b649ad hex color red value is 182, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b649ad hue: 0.85 , saturation: 0.43 and the lightness value of b649ad is 0.50.

The process color (four color CMYK) of #b649ad color hex is 0.00, 0.60, 0.05, 0.29. Web safe color of #b649ad is #cc3399. Color #b649ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001001 10101101
Octal 266 111 255
Decimal 182 73 173
Hex B6 49 AD

RGB Percentages of Color #b649ad

%42.52
%17.06
%40.42

CMYK Percentages of Color #b649ad

%0
%60
%5
%29

Triadic Colors of #b649ad

#b649ad #adb649 #49adb6

Analogous Colors of #b649ad

#b649ad #b64977 #8949b6

Monochromatic Colors of #b649ad

#b649ad

Complementary Color

#b649ad #49b652

#b649ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b649ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b649ad Color CSS Codes

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

#b649ad Text Font Color

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

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


#b649ad Background Color

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

This div background color is #b649ad


#b649ad Border Color

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

This div border color is #b649ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b649ad


Comments

No comments written yet.

Please login to write comment.