Color Hex Logo

#bd4345 Color Hex

#BD4345
(189,67,69)
0 Favorites   0 Comments

Color spaces of #bd4345

RGB 1896769
HSL1.000.480.50
HSV359°65°74°
CMYK 0.000.650.63   0.26
XYZ24.067615.26287.3077
Yxy15.26280.51610.3273
Hunter Lab39.067641.596516.2570
CIE-Lab45.992149.118825.6054

#bd4345 color RGB value is (189,67,69).

#bd4345 hex color red value is 189, green value is 67 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bd4345 hue: 1.00 , saturation: 0.48 and the lightness value of bd4345 is 0.50.

The process color (four color CMYK) of #bd4345 color hex is 0.00, 0.65, 0.63, 0.26. Web safe color of #bd4345 is #cc3333. Color #bd4345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 01000101
Octal 275 103 105
Decimal 189 67 69
Hex BD 43 45

RGB Percentages of Color #bd4345

%58.15
%20.62
%21.23

CMYK Percentages of Color #bd4345

%0
%65
%63
%26

Triadic Colors of #bd4345

#bd4345 #45bd43 #4345bd

Analogous Colors of #bd4345

#bd4345 #bd7e43 #bd4382

Monochromatic Colors of #bd4345

#bd4345

Complementary Color

#bd4345 #43bdbb

#bd4345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4345 Color CSS Codes

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

#bd4345 Text Font Color

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

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


#bd4345 Background Color

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

This div background color is #bd4345


#bd4345 Border Color

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

This div border color is #bd4345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4345


Comments

No comments written yet.

Please login to write comment.