Color Hex Logo

#bd768f Color Hex

#BD768F
(189,118,143)
0 Favorites   0 Comments

Color spaces of #bd768f

RGB 189118143
HSL0.940.350.60
HSV339°38°74°
CMYK 0.000.380.24   0.26
XYZ32.422625.758929.2497
Yxy25.75890.37080.2946
Hunter Lab50.753225.21271.3577
CIE-Lab57.807531.2242-1.7935

#bd768f color RGB value is (189,118,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 10001111
Octal 275 166 217
Decimal 189 118 143
Hex BD 76 8F

RGB Percentages of Color #bd768f

%42.00
%26.22
%31.78

CMYK Percentages of Color #bd768f

%0
%38
%24
%26

Triadic Colors of #bd768f

#bd768f #8fbd76 #768fbd

Analogous Colors of #bd768f

#bd768f #bd8176 #bd76b3

Monochromatic Colors of #bd768f

#bd768f

Complementary Color

#bd768f #76bda4

#bd768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd768f Color CSS Codes

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

#bd768f Text Font Color

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

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


#bd768f Background Color

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

This div background color is #bd768f


#bd768f Border Color

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

This div border color is #bd768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd768f


Comments

No comments written yet.

Please login to write comment.