Color Hex Logo

#b87dad Color Hex

#B87DAD
(184,125,173)
0 Favorites   0 Comments

Color spaces of #b87dad

RGB 184125173
HSL0.860.290.61
HSV311°32°72°
CMYK 0.000.320.06   0.28
XYZ34.643627.874743.0896
Yxy27.87470.32800.2639
Hunter Lab52.796524.7329-11.4317
CIE-Lab59.775430.5437-16.1893

#b87dad color RGB value is (184,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 10101101
Octal 270 175 255
Decimal 184 125 173
Hex B8 7D AD

RGB Percentages of Color #b87dad

%38.17
%25.93
%35.89

CMYK Percentages of Color #b87dad

%0
%32
%6
%28

Triadic Colors of #b87dad

#b87dad #adb87d #7dadb8

Analogous Colors of #b87dad

#b87dad #b87d90 #a67db8

Monochromatic Colors of #b87dad

#b87dad

Complementary Color

#b87dad #7db888

#b87dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dad Color CSS Codes

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

#b87dad Text Font Color

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

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


#b87dad Background Color

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

This div background color is #b87dad


#b87dad Border Color

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

This div border color is #b87dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dad


Comments

No comments written yet.

Please login to write comment.