Color Hex Logo

#b98ddc Color Hex

#B98DDC
(185,141,220)
0 Favorites   0 Comments

Color spaces of #b98ddc

RGB 185141220
HSL0.760.530.71
HSV273°36°86°
CMYK 0.160.360.00   0.14
XYZ42.450734.531372.1380
Yxy34.53130.28470.2316
Hunter Lab58.763326.1128-31.6502
CIE-Lab65.382131.4105-34.0398

#b98ddc color RGB value is (185,141,220).

#b98ddc hex color red value is 185, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b98ddc hue: 0.76 , saturation: 0.53 and the lightness value of b98ddc is 0.71.

The process color (four color CMYK) of #b98ddc color hex is 0.16, 0.36, 0.00, 0.14. Web safe color of #b98ddc is #cc99cc. Color #b98ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11011100
Octal 271 215 334
Decimal 185 141 220
Hex B9 8D DC

RGB Percentages of Color #b98ddc

%33.88
%25.82
%40.29

CMYK Percentages of Color #b98ddc

%16
%36
%0
%14

Triadic Colors of #b98ddc

#b98ddc #dcb98d #8ddcb9

Analogous Colors of #b98ddc

#b98ddc #dc8dd8 #928ddc

Monochromatic Colors of #b98ddc

#b98ddc

Complementary Color

#b98ddc #b0dc8d

#b98ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ddc Color CSS Codes

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

#b98ddc Text Font Color

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

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


#b98ddc Background Color

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

This div background color is #b98ddc


#b98ddc Border Color

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

This div border color is #b98ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,141,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #b98ddc;
  box-shadow:         1px 1px 3px 2px #b98ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,141,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ddc


Comments

No comments written yet.

Please login to write comment.