Color Hex Logo

#bd7cbb Color Hex

#BD7CBB
(189,124,187)
0 Favorites   0 Comments

Color spaces of #bd7cbb

RGB 189124187
HSL0.840.330.61
HSV302°34°74°
CMYK 0.000.340.01   0.26
XYZ37.163628.822050.6182
Yxy28.82200.31870.2472
Hunter Lab53.686129.6138-18.3216
CIE-Lab60.624235.3431-22.8229

#bd7cbb color RGB value is (189,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111100 10111011
Octal 275 174 273
Decimal 189 124 187
Hex BD 7C BB

RGB Percentages of Color #bd7cbb

%37.80
%24.80
%37.40

CMYK Percentages of Color #bd7cbb

%0
%34
%1
%26

Triadic Colors of #bd7cbb

#bd7cbb #bbbd7c #7cbbbd

Analogous Colors of #bd7cbb

#bd7cbb #bd7c9b #9f7cbd

Monochromatic Colors of #bd7cbb

#bd7cbb

Complementary Color

#bd7cbb #7cbd7e

#bd7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7cbb Color CSS Codes

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

#bd7cbb Text Font Color

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

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


#bd7cbb Background Color

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

This div background color is #bd7cbb


#bd7cbb Border Color

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

This div border color is #bd7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7cbb


Comments

No comments written yet.

Please login to write comment.