Color Hex Logo

#bd274a Color Hex

#BD274A
(189,39,74)
0 Favorites   0 Comments

Color spaces of #bd274a

RGB 1893974
HSL0.960.660.45
HSV346°79°74°
CMYK 0.000.790.61   0.26
XYZ22.947812.76437.7328
Yxy12.76430.52820.2938
Hunter Lab35.727252.129212.1763
CIE-Lab42.405959.592217.8760

#bd274a color RGB value is (189,39,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01001010
Octal 275 47 112
Decimal 189 39 74
Hex BD 27 4A

RGB Percentages of Color #bd274a

%62.58
%12.91
%24.50

CMYK Percentages of Color #bd274a

%0
%79
%61
%26

Triadic Colors of #bd274a

#bd274a #4abd27 #274abd

Analogous Colors of #bd274a

#bd274a #bd4f27 #bd2795

Monochromatic Colors of #bd274a

#bd274a

Complementary Color

#bd274a #27bd9a

#bd274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd274a Color CSS Codes

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

#bd274a Text Font Color

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

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


#bd274a Background Color

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

This div background color is #bd274a


#bd274a Border Color

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

This div border color is #bd274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd274a


Comments

No comments written yet.

Please login to write comment.