Color Hex Logo

#b88cdd Color Hex

#B88CDD
(184,140,221)
0 Favorites   0 Comments

Color spaces of #b88cdd

RGB 184140221
HSL0.760.540.71
HSV273°37°87°
CMYK 0.170.370.00   0.13
XYZ42.196434.167072.7775
Yxy34.16700.28290.2291
Hunter Lab58.452526.5657-32.9034
CIE-Lab65.094931.8837-35.0487

#b88cdd color RGB value is (184,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 11011101
Octal 270 214 335
Decimal 184 140 221
Hex B8 8C DD

RGB Percentages of Color #b88cdd

%33.76
%25.69
%40.55

CMYK Percentages of Color #b88cdd

%17
%37
%0
%13

Triadic Colors of #b88cdd

#b88cdd #ddb88c #8cddb8

Analogous Colors of #b88cdd

#b88cdd #dd8cda #908cdd

Monochromatic Colors of #b88cdd

#b88cdd

Complementary Color

#b88cdd #b1dd8c

#b88cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88cdd Color CSS Codes

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

#b88cdd Text Font Color

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

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


#b88cdd Background Color

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

This div background color is #b88cdd


#b88cdd Border Color

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

This div border color is #b88cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88cdd


Comments

No comments written yet.

Please login to write comment.