Color Hex Logo

#b89ded Color Hex

#B89DED
(184,157,237)
0 Favorites   0 Comments

Color spaces of #b89ded

RGB 184157237
HSL0.720.690.77
HSV260°34°93°
CMYK 0.220.340.00   0.07
XYZ47.110240.418785.4394
Yxy40.41870.27240.2337
Hunter Lab63.575721.0127-35.1769
CIE-Lab69.766726.0124-36.5979

#b89ded color RGB value is (184,157,237).

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

The process color (four color CMYK) of #b89ded color hex is 0.22, 0.34, 0.00, 0.07. Web safe color of #b89ded is #cc99ff. Color #b89ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11101101
Octal 270 235 355
Decimal 184 157 237
Hex B8 9D ED

RGB Percentages of Color #b89ded

%31.83
%27.16
%41.00

CMYK Percentages of Color #b89ded

%22
%34
%0
%7

Triadic Colors of #b89ded

#b89ded #edb89d #9dedb8

Analogous Colors of #b89ded

#b89ded #e09ded #9daaed

Monochromatic Colors of #b89ded

#b89ded

Complementary Color

#b89ded #d2ed9d

#b89ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ded Color CSS Codes

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

#b89ded Text Font Color

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

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


#b89ded Background Color

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

This div background color is #b89ded


#b89ded Border Color

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

This div border color is #b89ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ded


Comments

No comments written yet.

Please login to write comment.