Color Hex Logo

#bd5567 Color Hex

#BD5567
(189,85,103)
0 Favorites   0 Comments

Color spaces of #bd5567

RGB 18985103
HSL0.970.440.54
HSV350°55°74°
CMYK 0.000.550.46   0.26
XYZ26.682918.295114.9569
Yxy18.29510.44520.3052
Hunter Lab42.772836.50119.2083
CIE-Lab49.852143.546910.3434

#bd5567 color RGB value is (189,85,103).

#bd5567 hex color red value is 189, green value is 85 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bd5567 hue: 0.97 , saturation: 0.44 and the lightness value of bd5567 is 0.54.

The process color (four color CMYK) of #bd5567 color hex is 0.00, 0.55, 0.46, 0.26. Web safe color of #bd5567 is #cc6666. Color #bd5567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 01100111
Octal 275 125 147
Decimal 189 85 103
Hex BD 55 67

RGB Percentages of Color #bd5567

%50.13
%22.55
%27.32

CMYK Percentages of Color #bd5567

%0
%55
%46
%26

Triadic Colors of #bd5567

#bd5567 #67bd55 #5567bd

Analogous Colors of #bd5567

#bd5567 #bd7755 #bd559b

Monochromatic Colors of #bd5567

#bd5567

Complementary Color

#bd5567 #55bdab

#bd5567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5567 Color CSS Codes

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

#bd5567 Text Font Color

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

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


#bd5567 Background Color

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

This div background color is #bd5567


#bd5567 Border Color

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

This div border color is #bd5567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5567


Comments

No comments written yet.

Please login to write comment.