Color Hex Logo

#b849ad Color Hex

#B849AD
(184,73,173)
0 Favorites   0 Comments

Color spaces of #b849ad

RGB 18473173
HSL0.850.440.50
HSV306°60°72°
CMYK 0.000.600.06   0.28
XYZ29.692517.972641.4392
Yxy17.97260.33320.2017
Hunter Lab42.394150.8303-28.2787
CIE-Lab49.462957.0978-32.0704

#b849ad color RGB value is (184,73,173).

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

The process color (four color CMYK) of #b849ad color hex is 0.00, 0.60, 0.06, 0.28. Web safe color of #b849ad is #cc3399. Color #b849ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 10101101
Octal 270 111 255
Decimal 184 73 173
Hex B8 49 AD

RGB Percentages of Color #b849ad

%42.79
%16.98
%40.23

CMYK Percentages of Color #b849ad

%0
%60
%6
%28

Triadic Colors of #b849ad

#b849ad #adb849 #49adb8

Analogous Colors of #b849ad

#b849ad #b84976 #8c49b8

Monochromatic Colors of #b849ad

#b849ad

Complementary Color

#b849ad #49b854

#b849ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b849ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b849ad Color CSS Codes

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

#b849ad Text Font Color

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

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


#b849ad Background Color

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

This div background color is #b849ad


#b849ad Border Color

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

This div border color is #b849ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b849ad


Comments

No comments written yet.

Please login to write comment.