Color Hex Logo

#bd271d Color Hex

#BD271D
(189,39,29)
0 Favorites   0 Comments

Color spaces of #bd271d

RGB 1893929
HSL0.010.730.43
HSV85°74°
CMYK 0.000.790.85   0.26
XYZ21.933612.35862.3918
Yxy12.35860.59790.3369
Hunter Lab35.154849.847920.5745
CIE-Lab41.780557.632243.6090

#bd271d color RGB value is (189,39,29).

#bd271d hex color red value is 189, green value is 39 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd271d hue: 0.01 , saturation: 0.73 and the lightness value of bd271d is 0.43.

The process color (four color CMYK) of #bd271d color hex is 0.00, 0.79, 0.85, 0.26. Web safe color of #bd271d is #cc3333. Color #bd271d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 00011101
Octal 275 47 35
Decimal 189 39 29
Hex BD 27 1D

RGB Percentages of Color #bd271d

%73.54
%15.18
%11.28

CMYK Percentages of Color #bd271d

%0
%79
%85
%26

Triadic Colors of #bd271d

#bd271d #1dbd27 #271dbd

Analogous Colors of #bd271d

#bd271d #bd771d #bd1d63

Monochromatic Colors of #bd271d

#bd271d

Complementary Color

#bd271d #1db3bd

#bd271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd271d Color CSS Codes

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

#bd271d Text Font Color

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

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


#bd271d Background Color

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

This div background color is #bd271d


#bd271d Border Color

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

This div border color is #bd271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd271d


Comments

No comments written yet.

Please login to write comment.