Color Hex Logo

#b88cad Color Hex

#B88CAD
(184,140,173)
0 Favorites   0 Comments

Color spaces of #b88cad

RGB 184140173
HSL0.880.240.64
HSV315°24°72°
CMYK 0.000.240.06   0.28
XYZ36.688131.963643.7711
Yxy31.96360.32630.2843
Hunter Lab56.536416.8952-6.3275
CIE-Lab63.312822.1884-10.8604

#b88cad color RGB value is (184,140,173).

#b88cad hex color red value is 184, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b88cad hue: 0.88 , saturation: 0.24 and the lightness value of b88cad is 0.64.

The process color (four color CMYK) of #b88cad color hex is 0.00, 0.24, 0.06, 0.28. Web safe color of #b88cad is #cc9999. Color #b88cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 10101101
Octal 270 214 255
Decimal 184 140 173
Hex B8 8C AD

RGB Percentages of Color #b88cad

%37.02
%28.17
%34.81

CMYK Percentages of Color #b88cad

%0
%24
%6
%28

Triadic Colors of #b88cad

#b88cad #adb88c #8cadb8

Analogous Colors of #b88cad

#b88cad #b88c97 #ad8cb8

Monochromatic Colors of #b88cad

#b88cad

Complementary Color

#b88cad #8cb897

#b88cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88cad Color CSS Codes

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

#b88cad Text Font Color

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

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


#b88cad Background Color

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

This div background color is #b88cad


#b88cad Border Color

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

This div border color is #b88cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88cad


Comments

No comments written yet.

Please login to write comment.