Color Hex Logo

#bd7cac Color Hex

#BD7CAC
(189,124,172)
0 Favorites   0 Comments

Color spaces of #bd7cac

RGB 189124172
HSL0.880.330.61
HSV316°34°74°
CMYK 0.000.340.09   0.26
XYZ35.640328.212742.5969
Yxy28.21270.33480.2650
Hunter Lab53.115626.8202-10.3676
CIE-Lab60.080432.6217-15.1016

#bd7cac color RGB value is (189,124,172).

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

The process color (four color CMYK) of #bd7cac color hex is 0.00, 0.34, 0.09, 0.26. Web safe color of #bd7cac is #cc6699. Color #bd7cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111100 10101100
Octal 275 174 254
Decimal 189 124 172
Hex BD 7C AC

RGB Percentages of Color #bd7cac

%38.97
%25.57
%35.46

CMYK Percentages of Color #bd7cac

%0
%34
%9
%26

Triadic Colors of #bd7cac

#bd7cac #acbd7c #7cacbd

Analogous Colors of #bd7cac

#bd7cac #bd7c8c #ae7cbd

Monochromatic Colors of #bd7cac

#bd7cac

Complementary Color

#bd7cac #7cbd8d

#bd7cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7cac Color CSS Codes

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

#bd7cac Text Font Color

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

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


#bd7cac Background Color

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

This div background color is #bd7cac


#bd7cac Border Color

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

This div border color is #bd7cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7cac


Comments

No comments written yet.

Please login to write comment.