Color Hex Logo

#bd88db Color Hex

#BD88DB
(189,136,219)
0 Favorites   0 Comments

Color spaces of #bd88db

RGB 189136219
HSL0.770.540.70
HSV278°38°86°
CMYK 0.140.380.00   0.14
XYZ42.576633.541671.2480
Yxy33.54160.28890.2276
Hunter Lab57.915129.8738-32.3988
CIE-Lab64.597135.1717-34.6733

#bd88db color RGB value is (189,136,219).

#bd88db hex color red value is 189, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd88db hue: 0.77 , saturation: 0.54 and the lightness value of bd88db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 11011011
Octal 275 210 333
Decimal 189 136 219
Hex BD 88 DB

RGB Percentages of Color #bd88db

%34.74
%25.00
%40.26

CMYK Percentages of Color #bd88db

%14
%38
%0
%14

Triadic Colors of #bd88db

#bd88db #dbbd88 #88dbbd

Analogous Colors of #bd88db

#bd88db #db88d0 #9488db

Monochromatic Colors of #bd88db

#bd88db

Complementary Color

#bd88db #a6db88

#bd88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88db Color CSS Codes

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

#bd88db Text Font Color

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

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


#bd88db Background Color

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

This div background color is #bd88db


#bd88db Border Color

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

This div border color is #bd88db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,136,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88db


Comments

No comments written yet.

Please login to write comment.