Color Hex Logo

#b869ad Color Hex

#B869AD
(184,105,173)
0 Favorites   0 Comments

Color spaces of #b869ad

RGB 184105173
HSL0.860.360.57
HSV308°43°72°
CMYK 0.000.430.06   0.28
XYZ32.361623.310642.3289
Yxy23.31060.33020.2379
Hunter Lab48.281135.1523-18.1839
CIE-Lab55.390841.4216-22.8797

#b869ad color RGB value is (184,105,173).

#b869ad hex color red value is 184, green value is 105 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b869ad hue: 0.86 , saturation: 0.36 and the lightness value of b869ad is 0.57.

The process color (four color CMYK) of #b869ad color hex is 0.00, 0.43, 0.06, 0.28. Web safe color of #b869ad is #cc6699. Color #b869ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101001 10101101
Octal 270 151 255
Decimal 184 105 173
Hex B8 69 AD

RGB Percentages of Color #b869ad

%39.83
%22.73
%37.45

CMYK Percentages of Color #b869ad

%0
%43
%6
%28

Triadic Colors of #b869ad

#b869ad #adb869 #69adb8

Analogous Colors of #b869ad

#b869ad #b86986 #9c69b8

Monochromatic Colors of #b869ad

#b869ad

Complementary Color

#b869ad #69b874

#b869ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b869ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b869ad Color CSS Codes

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

#b869ad Text Font Color

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

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


#b869ad Background Color

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

This div background color is #b869ad


#b869ad Border Color

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

This div border color is #b869ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b869ad


Comments

No comments written yet.

Please login to write comment.