Color Hex Logo

#b88bdc Color Hex

#B88BDC
(184,139,220)
0 Favorites   0 Comments

Color spaces of #b88bdc

RGB 184139220
HSL0.760.540.70
HSV273°37°86°
CMYK 0.160.370.00   0.14
XYZ41.918133.822972.0293
Yxy33.82290.28370.2289
Hunter Lab58.157526.8817-32.7218
CIE-Lab64.821832.2207-34.9183

#b88bdc color RGB value is (184,139,220).

#b88bdc hex color red value is 184, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b88bdc hue: 0.76 , saturation: 0.54 and the lightness value of b88bdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11011100
Octal 270 213 334
Decimal 184 139 220
Hex B8 8B DC

RGB Percentages of Color #b88bdc

%33.89
%25.60
%40.52

CMYK Percentages of Color #b88bdc

%16
%37
%0
%14

Triadic Colors of #b88bdc

#b88bdc #dcb88b #8bdcb8

Analogous Colors of #b88bdc

#b88bdc #dc8bd8 #908bdc

Monochromatic Colors of #b88bdc

#b88bdc

Complementary Color

#b88bdc #afdc8b

#b88bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bdc Color CSS Codes

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

#b88bdc Text Font Color

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

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


#b88bdc Background Color

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

This div background color is #b88bdc


#b88bdc Border Color

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

This div border color is #b88bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bdc


Comments

No comments written yet.

Please login to write comment.