Color Hex Logo

#bd4034 Color Hex

#BD4034
(189,64,52)
0 Favorites   0 Comments

Color spaces of #bd4034

RGB 1896452
HSL0.010.570.47
HSV72°74°
CMYK 0.000.660.72   0.26
XYZ23.439514.73354.8573
Yxy14.73350.54470.3424
Hunter Lab38.384241.829419.3662
CIE-Lab45.267049.468034.7009

#bd4034 color RGB value is (189,64,52).

#bd4034 hex color red value is 189, green value is 64 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bd4034 hue: 0.01 , saturation: 0.57 and the lightness value of bd4034 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 00110100
Octal 275 100 64
Decimal 189 64 52
Hex BD 40 34

RGB Percentages of Color #bd4034

%61.97
%20.98
%17.05

CMYK Percentages of Color #bd4034

%0
%66
%72
%26

Triadic Colors of #bd4034

#bd4034 #34bd40 #4034bd

Analogous Colors of #bd4034

#bd4034 #bd8534 #bd346d

Monochromatic Colors of #bd4034

#bd4034

Complementary Color

#bd4034 #34b1bd

#bd4034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4034 Color CSS Codes

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

#bd4034 Text Font Color

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

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


#bd4034 Background Color

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

This div background color is #bd4034


#bd4034 Border Color

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

This div border color is #bd4034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4034


Comments

No comments written yet.

Please login to write comment.