Color Hex Logo

#bd7bad Color Hex

#BD7BAD
(189,123,173)
0 Favorites   0 Comments

Color spaces of #bd7bad

RGB 189123173
HSL0.870.330.61
HSV315°35°74°
CMYK 0.000.350.08   0.26
XYZ35.612128.001943.0631
Yxy28.00190.33380.2625
Hunter Lab52.916827.5230-11.2077
CIE-Lab59.890533.3454-15.9608

#bd7bad color RGB value is (189,123,173).

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

The process color (four color CMYK) of #bd7bad color hex is 0.00, 0.35, 0.08, 0.26. Web safe color of #bd7bad is #cc6699. Color #bd7bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111011 10101101
Octal 275 173 255
Decimal 189 123 173
Hex BD 7B AD

RGB Percentages of Color #bd7bad

%38.97
%25.36
%35.67

CMYK Percentages of Color #bd7bad

%0
%35
%8
%26

Triadic Colors of #bd7bad

#bd7bad #adbd7b #7badbd

Analogous Colors of #bd7bad

#bd7bad #bd7b8c #ac7bbd

Monochromatic Colors of #bd7bad

#bd7bad

Complementary Color

#bd7bad #7bbd8b

#bd7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7bad Color CSS Codes

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

#bd7bad Text Font Color

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

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


#bd7bad Background Color

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

This div background color is #bd7bad


#bd7bad Border Color

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

This div border color is #bd7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7bad


Comments

No comments written yet.

Please login to write comment.