Color Hex Logo

#bd768d Color Hex

#BD768D
(189,118,141)
0 Favorites   0 Comments

Color spaces of #bd768d

RGB 189118141
HSL0.950.350.60
HSV341°38°74°
CMYK 0.000.380.25   0.26
XYZ32.272425.698828.4587
Yxy25.69880.37340.2973
Hunter Lab50.694024.92082.2014
CIE-Lab57.750030.9315-0.7186

#bd768d color RGB value is (189,118,141).

#bd768d hex color red value is 189, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd768d hue: 0.95 , saturation: 0.35 and the lightness value of bd768d is 0.60.

The process color (four color CMYK) of #bd768d color hex is 0.00, 0.38, 0.25, 0.26. Web safe color of #bd768d is #cc6699. Color #bd768d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 10001101
Octal 275 166 215
Decimal 189 118 141
Hex BD 76 8D

RGB Percentages of Color #bd768d

%42.19
%26.34
%31.47

CMYK Percentages of Color #bd768d

%0
%38
%25
%26

Triadic Colors of #bd768d

#bd768d #8dbd76 #768dbd

Analogous Colors of #bd768d

#bd768d #bd8376 #bd76b1

Monochromatic Colors of #bd768d

#bd768d

Complementary Color

#bd768d #76bda6

#bd768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd768d Color CSS Codes

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

#bd768d Text Font Color

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

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


#bd768d Background Color

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

This div background color is #bd768d


#bd768d Border Color

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

This div border color is #bd768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd768d


Comments

No comments written yet.

Please login to write comment.