Color Hex Logo

#bd7bbb Color Hex

#BD7BBB
(189,123,187)
0 Favorites   0 Comments

Color spaces of #bd7bbb

RGB 189123187
HSL0.840.330.61
HSV302°35°74°
CMYK 0.000.350.01   0.26
XYZ37.038928.572650.5766
Yxy28.57260.31880.2459
Hunter Lab53.453330.1429-18.6818
CIE-Lab60.402635.8891-23.1626

#bd7bbb color RGB value is (189,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111011 10111011
Octal 275 173 273
Decimal 189 123 187
Hex BD 7B BB

RGB Percentages of Color #bd7bbb

%37.88
%24.65
%37.47

CMYK Percentages of Color #bd7bbb

%0
%35
%1
%26

Triadic Colors of #bd7bbb

#bd7bbb #bbbd7b #7bbbbd

Analogous Colors of #bd7bbb

#bd7bbb #bd7b9a #9e7bbd

Monochromatic Colors of #bd7bbb

#bd7bbb

Complementary Color

#bd7bbb #7bbd7d

#bd7bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7bbb Color CSS Codes

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

#bd7bbb Text Font Color

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

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


#bd7bbb Background Color

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

This div background color is #bd7bbb


#bd7bbb Border Color

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

This div border color is #bd7bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7bbb


Comments

No comments written yet.

Please login to write comment.