Color Hex Logo

#bd273b Color Hex

#BD273B
(189,39,59)
0 Favorites   0 Comments

Color spaces of #bd273b

RGB 1893959
HSL0.980.660.45
HSV352°79°74°
CMYK 0.000.790.69   0.26
XYZ22.501212.58565.3810
Yxy12.58560.55600.3110
Hunter Lab35.476251.132415.8403
CIE-Lab42.132158.739526.8331

#bd273b color RGB value is (189,39,59).

#bd273b hex color red value is 189, green value is 39 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd273b hue: 0.98 , saturation: 0.66 and the lightness value of bd273b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 00111011
Octal 275 47 73
Decimal 189 39 59
Hex BD 27 3B

RGB Percentages of Color #bd273b

%65.85
%13.59
%20.56

CMYK Percentages of Color #bd273b

%0
%79
%69
%26

Triadic Colors of #bd273b

#bd273b #3bbd27 #273bbd

Analogous Colors of #bd273b

#bd273b #bd5e27 #bd2786

Monochromatic Colors of #bd273b

#bd273b

Complementary Color

#bd273b #27bda9

#bd273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd273b Color CSS Codes

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

#bd273b Text Font Color

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

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


#bd273b Background Color

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

This div background color is #bd273b


#bd273b Border Color

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

This div border color is #bd273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd273b


Comments

No comments written yet.

Please login to write comment.