Color Hex Logo

#bd5bbb Color Hex

#BD5BBB
(189,91,187)
0 Favorites   0 Comments

Color spaces of #bd5bbb

RGB 18991187
HSL0.840.430.55
HSV301°52°74°
CMYK 0.000.520.01   0.26
XYZ33.697021.888849.4627
Yxy21.88880.32080.2084
Hunter Lab46.785546.6892-29.9330
CIE-Lab53.908852.5475-33.2131

#bd5bbb color RGB value is (189,91,187).

#bd5bbb hex color red value is 189, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd5bbb hue: 0.84 , saturation: 0.43 and the lightness value of bd5bbb is 0.55.

The process color (four color CMYK) of #bd5bbb color hex is 0.00, 0.52, 0.01, 0.26. Web safe color of #bd5bbb is #cc66cc. Color #bd5bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 10111011
Octal 275 133 273
Decimal 189 91 187
Hex BD 5B BB

RGB Percentages of Color #bd5bbb

%40.47
%19.49
%40.04

CMYK Percentages of Color #bd5bbb

%0
%52
%1
%26

Triadic Colors of #bd5bbb

#bd5bbb #bbbd5b #5bbbbd

Analogous Colors of #bd5bbb

#bd5bbb #bd5b8a #8e5bbd

Monochromatic Colors of #bd5bbb

#bd5bbb

Complementary Color

#bd5bbb #5bbd5d

#bd5bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5bbb Color CSS Codes

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

#bd5bbb Text Font Color

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

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


#bd5bbb Background Color

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

This div background color is #bd5bbb


#bd5bbb Border Color

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

This div border color is #bd5bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5bbb


Comments

No comments written yet.

Please login to write comment.