Color Hex Logo

#b888dd Color Hex

#B888DD
(184,136,221)
0 Favorites   0 Comments

Color spaces of #b888dd

RGB 184136221
HSL0.760.560.70
HSV274°38°87°
CMYK 0.170.380.00   0.13
XYZ41.622533.019172.5862
Yxy33.01910.28270.2243
Hunter Lab57.462228.7367-34.6714
CIE-Lab64.176434.1058-36.4790

#b888dd color RGB value is (184,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 11011101
Octal 270 210 335
Decimal 184 136 221
Hex B8 88 DD

RGB Percentages of Color #b888dd

%34.01
%25.14
%40.85

CMYK Percentages of Color #b888dd

%17
%38
%0
%13

Triadic Colors of #b888dd

#b888dd #ddb888 #88ddb8

Analogous Colors of #b888dd

#b888dd #dd88d8 #8e88dd

Monochromatic Colors of #b888dd

#b888dd

Complementary Color

#b888dd #addd88

#b888dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b888dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b888dd Color CSS Codes

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

#b888dd Text Font Color

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

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


#b888dd Background Color

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

This div background color is #b888dd


#b888dd Border Color

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

This div border color is #b888dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b888dd


Comments

No comments written yet.

Please login to write comment.