Color Hex Logo

#bd5355 Color Hex

#BD5355
(189,83,85)
0 Favorites   0 Comments

Color spaces of #bd5355

RGB 1898385
HSL1.000.450.53
HSV359°56°74°
CMYK 0.000.560.55   0.26
XYZ25.719217.661210.6477
Yxy17.66120.47600.3269
Hunter Lab42.025235.696814.3957
CIE-Lab49.082642.873920.0684

#bd5355 color RGB value is (189,83,85).

#bd5355 hex color red value is 189, green value is 83 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bd5355 hue: 1.00 , saturation: 0.45 and the lightness value of bd5355 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01010101
Octal 275 123 125
Decimal 189 83 85
Hex BD 53 55

RGB Percentages of Color #bd5355

%52.94
%23.25
%23.81

CMYK Percentages of Color #bd5355

%0
%56
%55
%26

Triadic Colors of #bd5355

#bd5355 #55bd53 #5355bd

Analogous Colors of #bd5355

#bd5355 #bd8653 #bd538a

Monochromatic Colors of #bd5355

#bd5355

Complementary Color

#bd5355 #53bdbb

#bd5355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5355 Color CSS Codes

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

#bd5355 Text Font Color

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

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


#bd5355 Background Color

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

This div background color is #bd5355


#bd5355 Border Color

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

This div border color is #bd5355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5355


Comments

No comments written yet.

Please login to write comment.