Color Hex Logo

#bd272a Color Hex

#BD272A
(189,39,42)
0 Favorites   0 Comments

Color spaces of #bd272a

RGB 1893942
HSL1.000.660.45
HSV359°79°74°
CMYK 0.000.790.78   0.26
XYZ22.129712.43703.4247
Yxy12.43700.58250.3274
Hunter Lab35.266150.294018.9286
CIE-Lab41.902458.017936.6995

#bd272a color RGB value is (189,39,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 00101010
Octal 275 47 52
Decimal 189 39 42
Hex BD 27 2A

RGB Percentages of Color #bd272a

%70.00
%14.44
%15.56

CMYK Percentages of Color #bd272a

%0
%79
%78
%26

Triadic Colors of #bd272a

#bd272a #2abd27 #272abd

Analogous Colors of #bd272a

#bd272a #bd6f27 #bd2775

Monochromatic Colors of #bd272a

#bd272a

Complementary Color

#bd272a #27bdba

#bd272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd272a Color CSS Codes

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

#bd272a Text Font Color

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

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


#bd272a Background Color

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

This div background color is #bd272a


#bd272a Border Color

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

This div border color is #bd272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd272a


Comments

No comments written yet.

Please login to write comment.