Color Hex Logo

#b89dca Color Hex

#B89DCA
(184,157,202)
0 Favorites   0 Comments

Color spaces of #b89dca

RGB 184157202
HSL0.770.300.70
HSV276°22°79°
CMYK 0.090.220.00   0.21
XYZ42.484838.568661.0824
Yxy38.56860.29890.2714
Hunter Lab62.103613.4297-14.8425
CIE-Lab68.437618.3425-19.3665

#b89dca color RGB value is (184,157,202).

#b89dca hex color red value is 184, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b89dca hue: 0.77 , saturation: 0.30 and the lightness value of b89dca is 0.70.

The process color (four color CMYK) of #b89dca color hex is 0.09, 0.22, 0.00, 0.21. Web safe color of #b89dca is #cc99cc. Color #b89dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11001010
Octal 270 235 312
Decimal 184 157 202
Hex B8 9D CA

RGB Percentages of Color #b89dca

%33.89
%28.91
%37.20

CMYK Percentages of Color #b89dca

%9
%22
%0
%21

Triadic Colors of #b89dca

#b89dca #cab89d #9dcab8

Analogous Colors of #b89dca

#b89dca #ca9dc6 #a29dca

Monochromatic Colors of #b89dca

#b89dca

Complementary Color

#b89dca #afca9d

#b89dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dca Color CSS Codes

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

#b89dca Text Font Color

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

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


#b89dca Background Color

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

This div background color is #b89dca


#b89dca Border Color

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

This div border color is #b89dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,157,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dca


Comments

No comments written yet.

Please login to write comment.