Color Hex Logo

#bd352d Color Hex

#BD352D
(189,53,45)
0 Favorites   0 Comments

Color spaces of #bd352d

RGB 1895345
HSL0.010.620.46
HSV76°74°
CMYK 0.000.720.76   0.26
XYZ22.733013.55453.9007
Yxy13.55450.56570.3373
Hunter Lab36.816445.789419.4897
CIE-Lab43.587153.526336.8053

#bd352d color RGB value is (189,53,45).

#bd352d hex color red value is 189, green value is 53 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd352d hue: 0.01 , saturation: 0.62 and the lightness value of bd352d is 0.46.

The process color (four color CMYK) of #bd352d color hex is 0.00, 0.72, 0.76, 0.26. Web safe color of #bd352d is #cc3333. Color #bd352d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00101101
Octal 275 65 55
Decimal 189 53 45
Hex BD 35 2D

RGB Percentages of Color #bd352d

%65.85
%18.47
%15.68

CMYK Percentages of Color #bd352d

%0
%72
%76
%26

Triadic Colors of #bd352d

#bd352d #2dbd35 #352dbd

Analogous Colors of #bd352d

#bd352d #bd7d2d #bd2d6d

Monochromatic Colors of #bd352d

#bd352d

Complementary Color

#bd352d #2db5bd

#bd352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd352d Color CSS Codes

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

#bd352d Text Font Color

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

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


#bd352d Background Color

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

This div background color is #bd352d


#bd352d Border Color

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

This div border color is #bd352d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd352d


Comments

No comments written yet.

Please login to write comment.