Color Hex Logo

#b88cde Color Hex

#B88CDE
(184,140,222)
0 Favorites   0 Comments

Color spaces of #b88cde

RGB 184140222
HSL0.760.550.71
HSV272°37°87°
CMYK 0.170.370.00   0.13
XYZ42.330134.220473.4814
Yxy34.22040.28210.2281
Hunter Lab58.498226.7932-33.5273
CIE-Lab65.137132.1041-35.5378

#b88cde color RGB value is (184,140,222).

#b88cde hex color red value is 184, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b88cde hue: 0.76 , saturation: 0.55 and the lightness value of b88cde is 0.71.

The process color (four color CMYK) of #b88cde color hex is 0.17, 0.37, 0.00, 0.13. Web safe color of #b88cde is #cc99cc. Color #b88cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 11011110
Octal 270 214 336
Decimal 184 140 222
Hex B8 8C DE

RGB Percentages of Color #b88cde

%33.70
%25.64
%40.66

CMYK Percentages of Color #b88cde

%17
%37
%0
%13

Triadic Colors of #b88cde

#b88cde #deb88c #8cdeb8

Analogous Colors of #b88cde

#b88cde #de8cdb #8f8cde

Monochromatic Colors of #b88cde

#b88cde

Complementary Color

#b88cde #b2de8c

#b88cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88cde Color CSS Codes

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

#b88cde Text Font Color

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

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


#b88cde Background Color

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

This div background color is #b88cde


#b88cde Border Color

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

This div border color is #b88cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88cde


Comments

No comments written yet.

Please login to write comment.