Color Hex Logo

#bd4a35 Color Hex

#BD4A35
(189,74,53)
0 Favorites   0 Comments

Color spaces of #bd4a35

RGB 1897453
HSL0.030.560.47
HSV72°74°
CMYK 0.000.610.72   0.26
XYZ24.077615.97345.1823
Yxy15.97340.53230.3531
Hunter Lab39.966737.593920.2889
CIE-Lab46.939645.078536.0366

#bd4a35 color RGB value is (189,74,53).

#bd4a35 hex color red value is 189, green value is 74 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bd4a35 hue: 0.03 , saturation: 0.56 and the lightness value of bd4a35 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 00110101
Octal 275 112 65
Decimal 189 74 53
Hex BD 4A 35

RGB Percentages of Color #bd4a35

%59.81
%23.42
%16.77

CMYK Percentages of Color #bd4a35

%0
%61
%72
%26

Triadic Colors of #bd4a35

#bd4a35 #35bd4a #4a35bd

Analogous Colors of #bd4a35

#bd4a35 #bd8e35 #bd3564

Monochromatic Colors of #bd4a35

#bd4a35

Complementary Color

#bd4a35 #35a8bd

#bd4a35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4a35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4a35 Color CSS Codes

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

#bd4a35 Text Font Color

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

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


#bd4a35 Background Color

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

This div background color is #bd4a35


#bd4a35 Border Color

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

This div border color is #bd4a35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4a35


Comments

No comments written yet.

Please login to write comment.