Color Hex Logo

#bd7dba Color Hex

#BD7DBA
(189,125,186)
0 Favorites   0 Comments

Color spaces of #bd7dba

RGB 189125186
HSL0.840.330.62
HSV303°34°74°
CMYK 0.000.340.02   0.26
XYZ37.182829.031250.0982
Yxy29.03120.31970.2496
Hunter Lab53.880628.8911-17.4114
CIE-Lab60.809234.6089-21.9716

#bd7dba color RGB value is (189,125,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 10111010
Octal 275 175 272
Decimal 189 125 186
Hex BD 7D BA

RGB Percentages of Color #bd7dba

%37.80
%25.00
%37.20

CMYK Percentages of Color #bd7dba

%0
%34
%2
%26

Triadic Colors of #bd7dba

#bd7dba #babd7d #7dbabd

Analogous Colors of #bd7dba

#bd7dba #bd7d9a #a07dbd

Monochromatic Colors of #bd7dba

#bd7dba

Complementary Color

#bd7dba #7dbd80

#bd7dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7dba Color CSS Codes

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

#bd7dba Text Font Color

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

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


#bd7dba Background Color

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

This div background color is #bd7dba


#bd7dba Border Color

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

This div border color is #bd7dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7dba


Comments

No comments written yet.

Please login to write comment.