Color Hex Logo

#bd6869 Color Hex

#BD6869
(189,104,105)
0 Favorites   0 Comments

Color spaces of #bd6869

RGB 189104105
HSL1.000.390.57
HSV359°45°74°
CMYK 0.000.450.44   0.26
XYZ28.486421.739416.0593
Yxy21.73940.42980.3280
Hunter Lab46.625527.461912.2165
CIE-Lab53.749433.964114.5875

#bd6869 color RGB value is (189,104,105).

#bd6869 hex color red value is 189, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bd6869 hue: 1.00 , saturation: 0.39 and the lightness value of bd6869 is 0.57.

The process color (four color CMYK) of #bd6869 color hex is 0.00, 0.45, 0.44, 0.26. Web safe color of #bd6869 is #cc6666. Color #bd6869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 01101001
Octal 275 150 151
Decimal 189 104 105
Hex BD 68 69

RGB Percentages of Color #bd6869

%47.49
%26.13
%26.38

CMYK Percentages of Color #bd6869

%0
%45
%44
%26

Triadic Colors of #bd6869

#bd6869 #69bd68 #6869bd

Analogous Colors of #bd6869

#bd6869 #bd9268 #bd6894

Monochromatic Colors of #bd6869

#bd6869

Complementary Color

#bd6869 #68bdbc

#bd6869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6869 Color CSS Codes

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

#bd6869 Text Font Color

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

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


#bd6869 Background Color

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

This div background color is #bd6869


#bd6869 Border Color

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

This div border color is #bd6869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6869


Comments

No comments written yet.

Please login to write comment.